diff options
| author | fukachan <fukachan> | 2005-09-18 13:55:54 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-09-18 13:55:54 +0000 |
| commit | d5bc53045bad01b54232c5793387509dadf053ef (patch) | |
| tree | 4b672810c2d816f1fa6f4aa9003548981df4bfbd /fml/doc/en/tutorial/usage/command.sgml | |
| parent | 9562005ee99278bd272f81497c9d5e87a9a84fa5 (diff) | |
| download | fml8-d5bc53045bad01b54232c5793387509dadf053ef.tar.gz fml8-d5bc53045bad01b54232c5793387509dadf053ef.tar.bz2 fml8-d5bc53045bad01b54232c5793387509dadf053ef.zip | |
clean up.
Diffstat (limited to 'fml/doc/en/tutorial/usage/command.sgml')
| -rw-r--r-- | fml/doc/en/tutorial/usage/command.sgml | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/fml/doc/en/tutorial/usage/command.sgml b/fml/doc/en/tutorial/usage/command.sgml index 7d10919a..95b19450 100644 --- a/fml/doc/en/tutorial/usage/command.sgml +++ b/fml/doc/en/tutorial/usage/command.sgml @@ -1,21 +1,27 @@ <!-- - $FML$ + $FML: command.sgml,v 1.1 2003/07/26 04:29:12 fukachan Exp $ $jaFML: command.sgml,v 1.7 2003/04/15 14:51:46 fukachan Exp $ --> <sect1 id="fml.command.bymail"> <title> - command mail (control fml by sendmail mails) + Command Mail (Control fml By Sending Mail) </title> <para> -fml accepts control commands which is sent as a mail. +&fml8; accepts control commands which is sent as a mail. It is called "command mail". </para> <important> <para> -The use of CUI (makefml/fml) is basic in fml world. +The use of CUI (makefml/fml) is basic in fml world. It is expected you +should use CUI if you can login the mailing list server. +</para> + +<para> +The role of command mail is to delegate fml control priviledge to +users who cannot login the mailing list server. </para> </important> @@ -23,11 +29,11 @@ The use of CUI (makefml/fml) is basic in fml world. <sect2 id="fml.command.bymail.flow"> <title> - flow + Flow </title> <para> -Consider elena ML. Send the command mail to elena-ctl@fml.org which +Consider elena ML. Send the command mail to elena-ctl@fml.org which is the address for command mail. MTA receives the mail and finally kicks off /usr/local/libexec/fml/command program. This program receives the mail (command mail) from STDIN , processes the requests @@ -50,7 +56,7 @@ MIME/Multipart <sect2> <title> - perl modules of command mails + Perl Modules For Command Mail </title> <para> @@ -58,6 +64,13 @@ All modules which CUI, GUI and command mail uses are implented as FML::Command:: class. </para> +<para> +In fact, a sub set of FML::Command:: class is allowed as command mail. +$user_command_mail_allowed_commands, +$anonymous_command_mail_allowed_commands and +$admin_command_mail_allowed_commands variables defines it. +</para> + </sect2> </sect1> |
