GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Sympa::Spool::Topic(3Sympa) sympa 6.2.62 Sympa::Spool::Topic(3Sympa)

Sympa::Spool::Topic - Message topic

  use Sympa::Spool::Topic;
  
  $topic = Sympa::Spool::Topic->new(topic => $topics, method => 'auto');
  $topic->store($message);
  
  $topic = Sympa::Spool::Topic->load($message);

TBD.

new ( options... )
Constructor. Creates new instance of Sympa::Spool::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::Spool::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".

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.

Sympa::Spool::Topic is not a real subsclass of Sympa::Spool.

Feature to handle message topics was introduced on Sympa 5.2b.

Sympa::Topic module appeared on Sympa 6.2.10. It was renamed to Sympa::Spool::Topic on Sympa 6.2.45b.3.

2021-04-27 6.2.62

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.