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

Sympa::Spindle::ProcessAutomatic - Workflow of automatic list creation

  use Sympa::Spindle::ProcessAutomatic;

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

Sympa::Spindle::ProcessAutomatic defines workflow to process messages for automatic list creation.

When spin() method is invoked, it reads the messages in automatic spool. If the list a message is bound for has not been there and list creation is authorized, it will be created. Then the message is stored into incoming message spool again and waits for processing by Sympa::Spindle::ProcessIncoming.

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

  • Messages with lowest priority ("z" or "Z") are skipped.
  • Messages with possibly higher priority are chosen. This is done by skipping messages with lower priority than those already found.

See also "Public methods" in Sympa::Spindle.
new ( [ keepcopy => $directory ], [ log_level => $level ], [ log_smtp => 0|1 ] )
spin ( )
new() may take following options:
keepcopy => $directory
spin() keeps copy of successfully processed messages in $directory.
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::Automatic class.

Sympa::Message, Sympa::Spindle, Sympa::Spool::Automatic, Sympa::Spool::Incoming.

Sympa::Spindle::ProcessAutomatic appeared on Sympa 6.2.10.
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.