Sympa documentation licensed under GPL
Sympa::Spool::Digest::Collection - Collection of digest spools
use Sympa::Spool::Digest::Collection;
my $collection = Sympa::Spool::Digest::Collection->new;
my ($spool, $handle) = $collection->next;
Sympa::Spool::Digest::Collection implements the collection of Sympa::Spool::Digest instances.
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.
Following site configuration parameters in sympa.conf will be referred.
queuedigest
Parent directory path of digest spools.
sympa_msg(8), Sympa::Spool::Digest.
Sympa::Spool::Digest::Collection 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