Skip to Content.
Sympa Menu

Documentation for Sympa

NAME

Sympa::Spool::Held - Spool for held messages waiting for confirmation

SYNOPSIS

use Sympa::Spool::Held;

my $spool = Sympa::Spool::Held->new;
my $authkey = $spool->store($message);

my $spool =
    Sympa::Spool::Held->new(context => $list, authkey => $authkey);
my ($message, $handle) = $spool->next;

DESCRIPTION

Sympa::Spool::Held implements the spool for held messages waiting for confirmation.

Methods

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

Context and metadata

See also “Marshaling and unmarshaling metadata” in Sympa::Spool.

This class particularly gives following metadata:

CONFIGURATION PARAMETERS

Following site configuration parameters in sympa.conf will be referred.

SEE ALSO

sympa_msg(8), wwsympa(8), Sympa::Message, Sympa::Spool.

HISTORY

Sympa::Spool::Held appeared on Sympa 6.2.8.

Top of Page