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::Spindle::ProcessArchive(3Sympa) sympa 6.2.62 Sympa::Spindle::ProcessArchive(3Sympa)

Sympa::Spindle::ProcessArchive - Workflow of archive storage

  use Sympa::Spindle::ProcessArchive;

  my $spindle = Sympa::Spindle::ProcessArchive->new;
  $spindle->spin;

Sympa::Spindle::ProcessArchive defines workflow to store messages into archives.

When spin() method is invoked, messages kept in archive spool are processed. Archive spool may contain two sorts of messages: Normal messages and control messages.

  • Normal messages have List context and may be stored into archive.
  • Control messages have Robot context and their body contains one or more command lines. Following commands are available.
remove_arc listname yyyy-mm message-ID
Removes a message from archive yyyy-mm of the list. Text message is preserved.
rebuildarc listname *
Rebuilds all HTML archives of the list.
rebuildarc * *
Rebuilds all HTML archives of all the lists on the robot.

See also "Public methods" in Sympa::Spindle.

See also "Properties" in Sympa::Spindle.
{distaff}
Instance of Sympa::Spool::Archive class.

Sympa::Archive, Sympa::Spindle, Sympa::Spool::Archive.

Sympa::Spindle::StoreArchive appeared on Sympa 6.2.10. It was renamed to Sympa::Spindle::ProcessArchive on Sympa 6.2.13.
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.