Sympa documentation licensed under GPL
Sympa::Spindle::ProcessIncoming - Workflow of processing incoming messages
use Sympa::Spindle::ProcessIncoming;
my $spindle = Sympa::Spindle::ProcessIncoming->new;
$spindle->spin;
Sympa::Spindle::ProcessIncoming defines workflow to process incoming messages.
When spin() method is invoked, it reads the messages in incoming spool and rejects, quarantines or modifies them. Processing are done in the following order:
Order to process messages in source spool are controlled by modification time of files and delivery date. Some messages are skipped according to these priorities (See Sympa::Spool::Incoming):
z
or Z
) are skipped.See also “Public methods” in Sympa::Spindle.
spin ( )
new() may take following options:
keepcopy => $directory
spin() keeps copy of successfully processed messages in $directory.
lang => $lang
Overwrites lang parameter in configuration.
log_level => $level
Overwrites log_level parameter in configuration.
log_smtp => 0|1
Overwrites log_smtp parameter in configuration.
See also “Properties” in Sympa::Spindle.
{distaff}
Instance of Sympa::Spool::Incoming class.
Sympa::Message, Sympa::Spindle, Sympa::Spindle::DoCommand, Sympa::Spindle::DoForward, Sympa::Spindle::DoMessage, Sympa::Spool::Incoming.
Sympa::Spindle::ProcessIncoming appeared on Sympa 6.2.13.
The content of this page is automatically generated from the source distribution of Sympa. For details about this document see original source file.
Theme originally designed by orderedlist