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

Sympa::Spindle::ResendArchive - Workflow of resending messages in archive

  use Sympa::Spindle::ResendArchive;

  my $spindle = Sympa::Spindle::ResendArchive->new(
      resent_by => $email, context => $list, arc => $arc,
      message_id => $message_id);
  $spindle->spin;

Sympa::Spindle::ResendArchive defines workflow for resending of messages in archive.

When spin() method is invoked, it reads a message in archive, decorate and distribute it. Either resending failed or not, spin() will terminate processing.

See also "Public methods" in Sympa::Spindle.
new ( resent_by => $email, context => $list, arc => $arc, message_id => $message_id, [ quiet => 1 ] )
spin ( )
new() must take following options:
resent_by => $email
E-mail address of the user who requested resending message. It is given by do_send_me() function of wwsympa.fcgi and used by Sympa::Spindle::ToList to whom distribute message.
context => $list
arc => $arc
message_id => $message_id
Context (List), archive and message ID to specify the message in archive.

Note: "arc" parameter will be used by a latter part of processing, Sympa::Spindle::TransformOutgoing to construct "Archived-At" field.

quiet => 1
NOT YET IMPLEMENTED.

If this option is set, automatic replies reporting result of processing to the user (see "resent_by") will not be sent.

See also "Properties" in Sympa::Spindle.
{distaff}
Instance of Sympa::Archive class.
{finish}
'success' is set if processing succeeded. 'failure' is set if processing failed.

Sympa::Archive, Sympa::Message, Sympa::Spindle, Sympa::Spindle::ToList, Sympa::Spindle::TransformOutgoing.

Sympa::Spindle::ResendArchive appeared 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.