Sympa::Spool::Bounce.3Sympa - Man Page
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.
Info
2024-08-22 sympa 6.2.72