Sympa::Spindle::ProcessOutgoing(3Sympa) sympa 6.2.70 Sympa::Spindle::ProcessOutgoing(3Sympa)

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

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

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:

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

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

new() may take following options:
Overwrites log_level parameter in configuration.
Overwrites log_smtp parameter in configuration.

See also "Properties" in Sympa::Spindle.

{distaff}
Instance of Sympa::Spool::Outgoing class.

Sympa::Mailer, Sympa::Message, Sympa::Spindle, Sympa::Spool::Outgoing.

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

Message decoration was moved from Sympa::Spindle::ToList to this module on Sympa 6.2.59b.

2023-01-26 6.2.70