![]() |
![]()
| ![]() |
![]()
NAMESympa::Spindle::ProcessIncoming - Workflow of processing incoming messages SYNOPSISuse Sympa::Spindle::ProcessIncoming; my $spindle = Sympa::Spindle::ProcessIncoming->new; $spindle->spin; DESCRIPTIONSympa::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):
Public methodsSee also "Public methods" in Sympa::Spindle.
PropertiesSee also "Properties" in Sympa::Spindle.
SEE ALSOSympa::Message, Sympa::Spindle, Sympa::Spindle::DoCommand, Sympa::Spindle::DoForward, Sympa::Spindle::DoMessage, Sympa::Spool::Incoming. HISTORYSympa::Spindle::ProcessIncoming appeared on Sympa 6.2.13.
|