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::Spindle::ProcessDigest(3Sympa) sympa 6.2.62 Sympa::Spindle::ProcessDigest(3Sympa)

Sympa::Spindle::ProcessDigest - Workflow of digest sending

  use Sympa::Spindle::ProcessDigest;

  my $spindle = Sympa::Spindle::ProcessDigest->new;
  $spindle->spin;

Sympa::Spindle::ProcessDigest defines workflow to distribute digest messages.

When spin() method is invoked, messages kept in digest spool of each list are compiled into digest messages (MIME digest, plain text digest or summary) and stored into outgoing spool. Lists not reaching the time to distribute digest are omitted.

See also "Public methods" in Sympa::Spindle.
new ( [ send_now => 1 ], [ keep_digest => 1 ] )
spin ( )
If "send_now" is set, spin() stores digests of all lists keeping unsent digests into outgoing spool, including the lists not reaching time to distribute. If "keep_digest" is set, won't remove compiled messages from digest spool.

See also "Properties" in Sympa::Spindle.
{distaff}
Instance of Sympa::Spool::Digest::Collection class.

Sympa::Spindle, Sympa::Spool::Digest, Sympa::Spool::Digest::Collection.

Sympa::Spindle::SendDigest appeared on Sympa 6.2.10. It was renamed to Sympa::Spindle::ProcessDigest on Sympa 6.2.13.
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.