Provided by: sympa_6.2.40~dfsg-4_amd64 

NAME
Sympa::Topic - Message topic
SYNOPSIS
use Sympa::Topic;
$topic = Sympa::Topic->new(topic => $topics, method => 'auto');
$topic->store($message);
$topic = Sympa::Topic->load($message);
DESCRIPTION
TBD.
Methods
new ( options... )
Constructor. Creates new instance of Sympa::Topic.
load ( $message, [ in_reply_to => 1 ] )
Constructor. Looks for a msg topic file from the message_id of the message, loads it and return
contained information as hash items.
Parameters:
$message
Sympa::Message instance to be looked for.
in_reply_to => 1
Use value of "In-Reply-To:" field instead of message ID.
Returns:
Instance of Sympa::Topic or, if topic was not found, "undef".
store ( $message )
Instance method. Tag the message by creating the msg topic file.
Parameter:
$message
Message to be tagged.
Returns:
Message topic filename or "undef".
CONFIGURATION PARAMETERS
queuetopic
Directory path where topic files are stored.
Note: Though it is neither queue nor spool, named such by historical reason.
umask
The umask to make directory.
HISTORY
Feature to handle message topics was introduced on Sympa 5.2b.
Sympa::Topic module appeared on Sympa 6.2.10.
6.2.40 2020-02-25 Sympa::Topic(3Sympa)