GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Sympa::Spool::Digest::Collection(3Sympa) sympa 6.2.62 Sympa::Spool::Digest::Collection(3Sympa)

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.
2021-04-27 6.2.62

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.