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

Sympa::Spool::Archive - Spool for messages waiting for archiving

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

  $spool->store($message);

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

Sympa::Spool::Archive implements the spool for messages waiting for archiving.

See also "Public methods" in Sympa::Spool.
next ( )
Order is controlled by delivery date, then by reception date.

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

This class particularly gives following metadata:

{date}
Unix time when the message would be delivered.
{time}
Unix time in floating point number when the message was stored.

Following site configuration parameters in sympa.conf will be referred.
queueoutgoing
Directory path of archive spool.

Note: Named such by historical reason.

Sympa::Archive, Sympa::Message, Sympa::Spindle::ProcessArchive, Sympa::Spool.

Sympa::Spool::Archive appeared on Sympa 6.2.
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.