Sympa::Internals::Workflow(3Sympa) | sympa 6.2.70 | Sympa::Internals::Workflow(3Sympa) |
Sympa::Internals::Workflow - Overview on workflow of Sympa
Following picture roughly describes interaction among several classes in workflow of Sympa. For more details see documentation on each class.
<<archived.pl>> Archive => [ProcessArchive] => (list archive) <<bounced.pl>> Bounce => [ProcessBounce] => Tracking <<bulk.pl>> Outgoing => [ProcessOutgoing] => (Mailer) <<sympa_automatic.pl>> Automatic => [ProcessAutomatic] => Incoming <<sympa_msg.pl>> Digest::Collection => [ProcessDigest] : v *1 +-> (reject or ignore) / +---> [DoCommand] / : / v Incoming => [ProcessIncoming] *2 \ +-> (reject) +-> [DoForward] => (Mailer) / \ +-> [ToEditor] => Outgoing +-> [DoMessage] / \ /---> [ToHeld] => Held *3 (CONFIRM) +-> [AuthorizeMessage] : / : \---> [ToModeration] => Mod. v / Topic \ Held => [ProcessHeld] ------+ \ +-> [DistributeMessage] *3 (DISTRIBUTE) / \ (REJECT) +--> (reject) / \ : / / \ v / / \ Moderation => [ProcessModeration] / \ \ / \ +---------- + \ \ +-------------------------------------------+ \ [TransformIncoming] \ : \ Topic <<wwsympa.fcgi>> \ [ToArchive] => Archive (list archive) \ => [ResendArchive] -- [TransformOutgoing] -+ \ \ [ToDigest] => Digest \ \ \ +-------------+-> [ToList] => Outgoing : +-> [TransformDigestFinal] Topic / \ <<Template sending>> / +------> [ToOutgoing] => Outgoing / / (mail template) => [ProcessTemplate] -----> [ToListmaster] => Listmaster / \ ^ +------> [ToMailer] => (Mailer) | *1
*2 <<sympa_msg.pl>> : v (message) => [ProcessMessage] --+ +-> (reject) \ / *3 (AUTH) \ /---> [ToAuth] => Auth (DECL) +-> (decline) +-> [AuthorizeRequest] : / / \---> [ToAuthOwner] => Auth v / / \ Auth => [ProcessAuth] / \ \ / +-> [DispatchRequest] +-----------+ \ / (request handler) <<wwsympa.fcgi, SOAP>> / : / v Request::Collection / *3 => [ProcessRequest]
<<task_manager.pl>> Task => [ProcessTask] => Task
sympa_toc(1), Sympa::Internals, Sympa::Spindle, Sympa::Spool.
2023-01-26 | 6.2.70 |