NAME
Sympa::Spool::Bounce - Spool for incoming bounce messages
SYNOPSIS
use Sympa::Spool::Bounce;
my $spool = Sympa::Spool::Bounce->new;
my ($message, $handle) = $spool->next;
DESCRIPTION
Sympa::Spool::Bounce implements the spool for incoming bounce messages.
Methods
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.
Context and metadata
See also “Marshaling and unmarshaling metadata” in Sympa::Spool.
This class particularly gives following metadata:
-
{date}
Unix time when the message would be delivered.
CONFIGURATION PARAMETERS
Following site configuration parameters in sympa.conf will be referred.
-
queuebounce
Directory path of bounce spool.
SEE ALSO
bounced(8), Sympa::Message, Sympa::Spool, Sympa::Tracking.
HISTORY
Sympa::Spool::Bounce appeared on Sympa 6.2.6.