Skip to Content.
Sympa Menu

Documentation for Sympa

NAME

Sympa::Spindle::ProcessModeration - Workflow of message moderation

SYNOPSIS

use Sympa::Spindle::ProcessModeration;

my $spindle = Sympa::Spindle::ProcessModeration->new(
    distributed_by => $email, context => $robot, authkey => $key);
$spindle->spin;

DESCRIPTION

Sympa::Spindle::ProcessModeration defines workflow for moderation of messages.

When spin() method is invoked, it reads a message in moderation spool and distribute or reject it. Either distribution or rejection failed or not, spin() will terminate processing. Failed message will be kept in spool and wait for moderation again.

Public methods

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

Properties

See also “Properties” in Sympa::Spindle.

SEE ALSO

Sympa::Message, Sympa::Spindle, Sympa::Spindle::DistributeMessage, Sympa::Spool::Moderation.

HISTORY

Sympa::Spindle::ProcessModeration appeared on Sympa 6.2.13.

Top of Page