gpldoc

Sympa documentation licensed under GPL

NAME

Sympa::Spool::Auth - Spool for held requests waiting for moderation

SYNOPSIS

use Sympa::Spool::Auth;

my $spool = Sympa::Spool::Auth->new;
my $request = Sympa::Request->new(...);
$spool->store($request);

my $spool = Sympa::Spool::Auth->new(
    context => $list, action => 'add');
my $size = $spool->size;

my $spool = Sympa::Spool::Auth->new(
    context => $list, keyauth => $id, action => 'add');
my ($request, $handle) = $spool->next;

$spool->remove($handle);

DESCRIPTION

Sympa::Spool::Auth implements the spool for held requests waiting for moderation.

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::Request, Sympa::Spool.

HISTORY

Sympa::Spool::Request appeared on Sympa 6.2.10. It was renamed to Sympa::Spool::Auth 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