summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/customize/command_rejectall.sgml
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-04-07 11:06:58 +0000
committerfukachan <fukachan>2004-04-07 11:06:58 +0000
commit9984504f77ff7549b9d5c9e10fe2076dcc70b743 (patch)
treeea06550eac32452aefcff116a0ebfb800910b449 /fml/doc/ja/tutorial/customize/command_rejectall.sgml
parentddf915222f9b488b7ade43178d8d65dcf122391e (diff)
downloadfml8-9984504f77ff7549b9d5c9e10fe2076dcc70b743.tar.gz
fml8-9984504f77ff7549b9d5c9e10fe2076dcc70b743.tar.bz2
fml8-9984504f77ff7549b9d5c9e10fe2076dcc70b743.zip
fix description to catch up current implementation.
fix variable names to current ones. clean up.
Diffstat (limited to 'fml/doc/ja/tutorial/customize/command_rejectall.sgml')
-rw-r--r--fml/doc/ja/tutorial/customize/command_rejectall.sgml8
1 files changed, 5 insertions, 3 deletions
diff --git a/fml/doc/ja/tutorial/customize/command_rejectall.sgml b/fml/doc/ja/tutorial/customize/command_rejectall.sgml
index a5aa6b2c..7ed54944 100644
--- a/fml/doc/ja/tutorial/customize/command_rejectall.sgml
+++ b/fml/doc/ja/tutorial/customize/command_rejectall.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: command_rejectall.sgml,v 1.2 2003/01/05 08:00:59 fukachan Exp $
+ $FML: command_rejectall.sgml,v 1.3 2003/04/15 14:51:36 fukachan Exp $
-->
<sect1 id="config.command.rejectall">
@@ -11,14 +11,16 @@
コマンドプロセスが起動しても、即効で終了するようにすることができます。
これが(aliases を編集することをのぞけば)一番確実な方法です。
<screen>
-use_command_mail_program = no
+use_command_mail_function = no
</screen>
</para>
<para>
プロセスが動いてしまうのですが、別解として次のやり方もありでしょう。
<screen>
-command_restrictions = reject
+use_command_mail_function = yes
+
+command_mail_restrictions = reject
</screen>
こう設定すると(メンバー以外の人に送り返すはずの) guide すら返送されず、
何をしても「あなたはメンバーでない」という一点張りの答を返すだけです。