Sympa::Spindle::ProcessOutgoing(3Sympa) | sympa 6.2.40 | 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.
See also "Properties" in Sympa::Spindle.
Sympa::Bulk, Sympa::Mailer, Sympa::Message, Sympa::Spindle.
Sympa::Spindle::ProcessOutgoing appeared on Sympa 6.2.13.
2020-12-10 | 6.2.40 |