Skip to Content.
Sympa Menu

Documentation for Sympa

NAME

Sympa::Spindle::ProcessIncoming - Workflow of processing incoming messages

SYNOPSIS

use Sympa::Spindle::ProcessIncoming;

my $spindle = Sympa::Spindle::ProcessIncoming->new;
$spindle->spin;

DESCRIPTION

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):

Public methods

See also “Public methods” in Sympa::Spindle.

Properties

See also “Properties” in Sympa::Spindle.

SEE ALSO

Sympa::Message, Sympa::Spindle, Sympa::Spindle::DoCommand, Sympa::Spindle::DoForward, Sympa::Spindle::DoMessage, Sympa::Spool::Incoming.

HISTORY

Sympa::Spindle::ProcessIncoming appeared on Sympa 6.2.13.

Top of Page