Skip to Content.
Sympa Menu

Documentation for Sympa

NAME

Sympa::Spindle::ResendArchive - Workflow of resending messages in archive

SYNOPSIS

use Sympa::Spindle::ResendArchive;

my $spindle = Sympa::Spindle::ResendArchive->new(
    resent_by => $email, context => $list, arc => $arc,
    message_id => $message_id);
$spindle->spin;

DESCRIPTION

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.

Public methods

See also “Public methods” in Sympa::Spindle.

Properties

See also “Properties” in Sympa::Spindle.

SEE ALSO

Sympa::Archive, Sympa::Message, Sympa::Spindle, Sympa::Spindle::ToList, Sympa::Spindle::TransformOutgoing.

HISTORY

Sympa::Spindle::ResendArchive appeared on Sympa 6.2.13.

Top of Page