Skip to Content.
Sympa Menu

Documentation for Sympa

NAME

Sympa::Alarm - Spool on memory for listmaster notification

SYNOPSIS

use Sympa::Alarm;
my $alarm = Sympa::Alarm->instance;

$alarm->store($message, $rcpt, $operation);

$alarm->flush();
$alarm->flush(purge => 1);

DESCRIPTION

Sympa::Alarm implements on-memory spool for listmaster notification.

Methods

Attribute

The instance of Sympa::Alarm has following attribute.

HISTORY

Feature to compile notification to listmaster in group appeared on Sympa 6.2.

Sympa::Alarm appeared on Sympa 6.2.

Top of Page