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

Sympa::Spool::Held - Spool for held messages waiting for confirmation

  use Sympa::Spool::Held;

  my $spool = Sympa::Spool::Held->new;
  my $authkey = $spool->store($message);

  my $spool =
      Sympa::Spool::Held->new(context => $list, authkey => $authkey);
  my ($message, $handle) = $spool->next;

Sympa::Spool::Held implements the spool for held messages waiting for confirmation.

See also "Public methods" in Sympa::Spool.
new ( [ context => $list ], [ authkey => $authkey ] )
next ( [ no_lock => 1 ] )
If the pairs describing metadatas are specified, contents returned by next() are filtered by them.
quarantine ( )
Does nothing.
store ( $message, [ original => $original ] )
If storing succeeded, returns authentication key.

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

This class particularly gives following metadata:

{authkey}
Authentication key generated automatically when the message is stored to spool.

Following site configuration parameters in sympa.conf will be referred.
queueauth
Directory path of held message spool.

Note: Named such by historical reason.

sympa_msg(8), wwsympa(8), Sympa::Message, Sympa::Spool.

Sympa::Spool::Held appeared on Sympa 6.2.8.
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.