Sympa documentation licensed under GPL
Sympa::Spool::Bounce - Spool for incoming bounce messages
use Sympa::Spool::Bounce;
my $spool = Sympa::Spool::Bounce->new;
my ($message, $handle) = $spool->next;
Sympa::Spool::Bounce implements the spool for incoming bounce messages.
See also “Public methods” in Sympa::Spool.
next ( )
Order is controlled by modification time of files and delivery date.
store ( $message, [ original => $original ] )
In most cases, bouncequeue(8) program stores messages to bounce 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.
queuebounce
Directory path of bounce spool.
bounced(8), Sympa::Message, Sympa::Spool, Sympa::Tracking.
Sympa::Spool::Bounce appeared on Sympa 6.2.6.
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