summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/TicketSystem.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-01-28 16:43:12 +0000
committerfukachan <fukachan>2001-01-28 16:43:12 +0000
commitc8280b2860fcf7ea6d06ae453fe23a1b601019b0 (patch)
treeedfeaa1de44da46f0e48726b27262ad04107b66b /fml/lib/FML/Process/TicketSystem.pm
parent3d686edce6f92bb67e953c00088716beb5d64f8a (diff)
downloadfml8-c8280b2860fcf7ea6d06ae453fe23a1b601019b0.tar.gz
fml8-c8280b2860fcf7ea6d06ae453fe23a1b601019b0.tar.bz2
fml8-c8280b2860fcf7ea6d06ae453fe23a1b601019b0.zip
s/incoming_mail/incoming_message/
Diffstat (limited to 'fml/lib/FML/Process/TicketSystem.pm')
-rw-r--r--fml/lib/FML/Process/TicketSystem.pm36
1 files changed, 1 insertions, 35 deletions
diff --git a/fml/lib/FML/Process/TicketSystem.pm b/fml/lib/FML/Process/TicketSystem.pm
index 6486b372..eafeebf6 100644
--- a/fml/lib/FML/Process/TicketSystem.pm
+++ b/fml/lib/FML/Process/TicketSystem.pm
@@ -84,46 +84,12 @@ sub AUTOLOAD
=head1 NAME
-distribute -- fml5 article distributer program.
+TicketSystem -- primitive fml5 ticket system
=head1 SYNOPSIS
- distribute [-d] config.cf
-
=head1 DESCRIPTION
-libexec/fml.pl, the wrapper, executes this program. For example, The
-incoming mail to elena@fml.org kicks off libexec/distribute via
-libexec/fml.pl, whereas mail to elena-ctl@fml.org kicks off
-libexec/command finally.
-
- incoming_mail =>
- elena@fml.org => fml.pl => libexec/distribute
- elena-ctl@fml.org => fml.pl => libexec/command
- elena-admin@fml.org => forwarded to administrator(s)
- OR
- => libexec/mead
-
-C<-d>
- debug on.
-
-=head1 FLOW AROUND COMPONENTS
-
- | <=> FML::BaseSystem
- | load configuration files
- | start logging service
- |
- | STDIN => FML::Parse
- | $CurProc->{'incoming_mail'} <=
- | $CurProc->{'credential'}
- |
- | (lock)
- | prepare article
- | $CurProc->{'article'} is spooled in.
- | $CurProc->{'article'} <=> Service::SMTP
- | (unlock)
- V
-
=cut
1;