GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Sympa::Spindle::ProcessOutgoing(3Sympa) sympa 6.2.62 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:

  • DMARC protection
  • Processing for tracking and VERP (see also <Sympa::Tracking>)
  • Personalization (a.k.a. "merge") and decoration (adding footer/header)
  • S/MIME signing
  • S/MIME encryption
  • Removal of existing DKIM signature(s) which are invalidated by preceding transformations.
  • DKIM signing and ARC sealing

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

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.

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.

2021-04-27 6.2.62

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.