logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Sympa::Spool::Bounce - Spool for incoming bounce messages

Configuration Parameters

       Following site configuration parameters in sympa.conf will be referred.

       queuebounce
           Directory path of bounce spool.

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.

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

       This class particularly gives following metadata:

       {date}
           Unix time when the message would be delivered.

History

       Sympa::Spool::Bounce appeared on Sympa 6.2.6.

6.2.76                                             2025-02-12                       Sympa::Spool::Bounce(3Sympa)

Name

       Sympa::Spool::Bounce - Spool for incoming bounce messages

See Also

bounced(8), Sympa::Message, Sympa::Spool, Sympa::Tracking.

Synopsis

         use Sympa::Spool::Bounce;
         my $spool = Sympa::Spool::Bounce->new;

         my ($message, $handle) = $spool->next;

See Also