Sympa documentation licensed under GPL
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.
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.
The content of this page is automatically generated from the source distribution of Sympa. For details about this document see original source file.
Theme originally designed by orderedlist