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::Digest::Collection - Collection of digest spools

Configuration Parameters

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

       queuedigest
           Parent directory path of digest spools.

Description

       Sympa::Spool::Digest::Collection implements the collection of Sympa::Spool::Digest instances.

   Methods
       See also "Public methods" in Sympa::Spool.

       next ( )
           Returns  next  instance  of Sympa::Spool::Digest.  Order is controlled by modification times of spool
           directories.  Spool directory is locked to prevent processing by multiple processes.

       quarantine ( )
           Does nothing.

       remove ( $handle )
           Tries to remove directory of spool.  If succeeded,  returns  true  value.   Otherwise  returns  false
           value.

       store (  )
           Does nothing.

History

       Sympa::Spool::Digest::Collection appeared on Sympa 6.2.6.

6.2.76                                             2025-02-12           Sympa::Spool::Digest::Collection(3Sympa)

Name

       Sympa::Spool::Digest::Collection - Collection of digest spools

See Also

sympa_msg(8), Sympa::Spool::Digest.

Synopsis

         use Sympa::Spool::Digest::Collection;

         my $collection = Sympa::Spool::Digest::Collection->new;
         my ($spool, $handle) = $collection->next;

See Also