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::Spool::Automatic(3Sympa) sympa 6.2.62 Sympa::Spool::Automatic(3Sympa)

Sympa::Spool::Automatic - Spool for incoming messages in automatic spool

  use Sympa::Spool::Automatic;
  my $spool = Sympa::Spool::Automatic->new;

  my ($message, $handle) = $spool->next;

Sympa::Spool::Automatic implements the spool for incoming messages in automatic spool.

See also "Public methods" in Sympa::Spool.
next ( [ no_filter => 1 ], [ no_lock => 1 ] )
Instance method. Order is controlled by modification time of files and delivery date, then, if "no_filter" is not set, messages with possibly higher priority are chosen and messages with lowest priority ("z" or "Z") are skipped.
store ( $message, [ original => $original ] )
In most cases, familyqueue(8) program stores messages to automatic spool. This method is not used in ordinal case.

See also "Marshaling and unmarshaling metadata" in Sympa::Spool.

This class particularly gives following metadata:

{date}
Unix time when the message would be delivered.

Following site configuration parameters in sympa.conf will be referred.
queueautomatic
Directory path of list creation spool.

sympa_automatic(8), Sympa::Message, Sympa::Spool.

Sympa::Spool::Automatic appeared on Sympa 6.2.6.
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.