Skip to Content.
Sympa Menu

Documentation for Sympa

NAME

Sympa::Bulk - Spool for bulk sending

SYNOPSIS

use Sympa::Bulk;
my $bulk = Sympa::Bulk->new;

$bulk->store($message, ['user@dom.ain', 'user@other.dom.ain']);

my ($message, $handle) = $bulk->next;

DESCRIPTION

Sympa::Bulk implements the spool for bulk sending.

Methods

SEE ALSO

bulk(8), Sympa::Mailer, Sympa::Message.

HISTORY

Bulk module initially written by Serge Aumont appeared on Sympa 6.0. It used database tables to store and fetch packets and messages.

Support for DKIM signing was added on Sympa 6.1.

Rewritten Sympa::Bulk appeared on Sympa 6.2, using spools based on filesystem.

Top of Page