Sympa::Spindle::ProcessIncoming(3Sympa) | sympa 6.2.40 | Sympa::Spindle::ProcessIncoming(3Sympa) |
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):
See also "Public methods" in Sympa::Spindle.
See also "Properties" in Sympa::Spindle.
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.
2020-12-10 | 6.2.40 |