Sympa documentation licensed under GPL
Sympa::Spindle::ResendArchive - Workflow of resending messages in archive
use Sympa::Spindle::ResendArchive;
my $spindle = Sympa::Spindle::ResendArchive->new(
resent_by => $email, context => $list, arc => $arc,
message_id => $message_id);
$spindle->spin;
Sympa::Spindle::ResendArchive defines workflow for resending of messages in archive.
When spin() method is invoked, it reads a message in archive, decorate and distribute it. Either resending failed or not, spin() will terminate processing.
See also “Public methods” in Sympa::Spindle.
spin ( )
new() must take following options:
resent_by => $email
E-mail address of the user who requested resending message. It is given by do_send_me() function of wwsympa.fcgi and used by Sympa::Spindle::ToList to whom distribute message.
message_id => $message_id
Context (List), archive and message ID to specify the message in archive.
Note:
arc
parameter will be used by a latter part of processing,
Sympa::Spindle::TransformOutgoing to construct Archived-At
field.
quiet => 1
NOT YET IMPLEMENTED.
If this option is set, automatic replies reporting result of processing to the user (see “resent_by”) will not be sent.
See also “Properties” in Sympa::Spindle.
{distaff}
Instance of Sympa::Archive class.
{finish}
'success'
is set if processing succeeded.
'failure'
is set if processing failed.
Sympa::Archive, Sympa::Message, Sympa::Spindle, Sympa::Spindle::ToList, Sympa::Spindle::TransformOutgoing.
Sympa::Spindle::ResendArchive appeared 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