Sympa documentation licensed under GPL
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.
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.
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