Sympa::Spindle::ResendArchive(3Sympa) | sympa 6.2.70 | Sympa::Spindle::ResendArchive(3Sympa) |
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.
Note: "arc" parameter will be used by a latter part of processing, Sympa::Spindle::TransformOutgoing to construct "Archived-At" field.
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.
Sympa::Archive, Sympa::Message, Sympa::Spindle, Sympa::Spindle::ToList, Sympa::Spindle::TransformOutgoing.
Sympa::Spindle::ResendArchive appeared on Sympa 6.2.13.
2023-01-26 | 6.2.70 |