|
|
| |
Sympa::Internals::Workflow(3Sympa) |
sympa 6.2.62 |
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
- "ClassName"
- Spool class. Prefix "Sympa::Spool::" is
omitted.
- "Tracking"
- Sympa::Tracking class
- "[ClassName]"
- Workflow class. Prefix
"Sympa::Spindle::" is omitted.
- "(Mailer)"
- Sympa::Mailer class.
- "(list archive)"
- Sympa::Archive class.
- "(mail template)"
- Sympa::Message::Template class.
- "(message)"
- Sympa::Request::Message class.
- "(request handler)"
- A subclass of "Sympa::Request::Handler"
class.
sympa_toc(1), Sympa::Internals, Sympa::Spindle, Sympa::Spool.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |