focal (3) Sympa::Spindle::ProcessOutgoing.3Sympa.gz

Provided by: sympa_6.2.40~dfsg-4_amd64 bug

NAME

       Sympa::Spindle::ProcessOutgoing - Workflow of message distribution

SYNOPSIS

         use Sympa::Spindle::ProcessOutgoing;

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

DESCRIPTION

       Sympa::Spindle::ProcessOutgoing defines workflow to distribute messages in outgoing spool using mailer.

       If messages are stored into incoming spool, sooner or later Sympa::Spindle::ProcessIncoming fetches them,
       modifies header and body of them, shelves several transformations, and at last stores altered messages
       into outgoing spool.

       When spin() method of this class is invoked, it reads the messages in outgoing spool and executes shelved
       transformations.  Message transformations are done in the following order:

       •   DMARC protection

       •   Processing for tracking and VERP (see also <Sympa::Tracking>)

       •   Personalization (a.k.a. "merge")

       •   S/MIME signing

       •   S/MIME encryption

       •   Removal of existing DKIM signature(s) which are invalidated by preceding transformations.

       •   DKIM signing

       Then spin() method stores transformed message into mailer (See Sympa::Mailer).

   Public methods
       See also "Public methods" in Sympa::Spindle.

       new ( [ log_level => $level ], [ log_smtp => 0|1 ] )
       spin ( )
           new() may take following options:

           log_level => $level
               Overwrites log_level parameter in configuration.

           log_smtp => 0|1
               Overwrites log_smtp parameter in configuration.

   Properties
       See also "Properties" in Sympa::Spindle.

       {distaff}
           Instance of Sympa::Bulk class.

SEE ALSO

       Sympa::Bulk, Sympa::Mailer, Sympa::Message, Sympa::Spindle.

HISTORY

       Sympa::Spindle::ProcessOutgoing appeared on Sympa 6.2.13.