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

Sympa::Spindle::AuthorizeMessage - Workflow to authorize messages bound for lists

Sympa::Spindle::AuthorizeMessage authorizes messages and stores them into confirmation spool, moderation spool or the lists.
  • Messages fetched from incoming ("msg") spool or held ("auth") spool may be passed to this class (messages fetched from moderation spool won't be passed to this class).
  • Then this class checks the message with "send" scenario.
  • According to the results of scenario processing, each message is passed to any of classes for succeeding processing: Sympa::Spindle::DistributeMessage for "do_it" (except if tagging topics is required or when personalization failed); Sympa::Spindle::ToHeld for "request_auth" (except if personalization failed); Sympa::Spindle::ToModeration for "editorkey" (except if personalization failed); Sympa::Spindle::ToEditor for "editor"; otherwise reject it.

If the message was confirmed, i.e. it has been fetched from held spool and at last decided to be distributed, "X-Validation-By" header field is added. If the message at last will be distributed, "{shelved}" attribute (see Sympa::Message) is added as necessity.

See also "Public methods" in Sympa::Spindle.
new ( key => value, ... )
In most cases, Sympa::Spindle::DoMessage splices messages to this class. This method is not used in ordinal case.
spin ( )
Not implemented.

Sympa::Internals::Workflow.

Sympa::Message, Sympa::Scenario, Sympa::Spindle::DistributeMessage, Sympa::Spindle::DoMessage, Sympa::Spindle::ProcessHeld, Sympa::Spindle::ToEditor, Sympa::Spindle::ToHeld, Sympa::Spindle::ToModeration, Sympa::Spool::Topic.

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