summaryrefslogtreecommitdiff
path: root/fml/etc/src/config.cf.ja
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-06-22 16:05:11 +0000
committerfukachan <fukachan>2003-06-22 16:05:11 +0000
commite4d7ca6b7a93039ca13eb7a6addf9d6ef0ae268c (patch)
tree77f63e1acbd4b44748d7d360d588c1036a356c9b /fml/etc/src/config.cf.ja
parent1d7fcbb73c77e421003725f2acda2fc0edafa828 (diff)
downloadfml8-e4d7ca6b7a93039ca13eb7a6addf9d6ef0ae268c.tar.gz
fml8-e4d7ca6b7a93039ca13eb7a6addf9d6ef0ae268c.tar.bz2
fml8-e4d7ca6b7a93039ca13eb7a6addf9d6ef0ae268c.zip
add && enable functions: check_command_limit, check_line_length_limit.
Diffstat (limited to 'fml/etc/src/config.cf.ja')
-rw-r--r--fml/etc/src/config.cf.ja/command.cf28
1 files changed, 27 insertions, 1 deletions
diff --git a/fml/etc/src/config.cf.ja/command.cf b/fml/etc/src/config.cf.ja/command.cf
index 0632a17d..3ce662b0 100644
--- a/fml/etc/src/config.cf.ja/command.cf
+++ b/fml/etc/src/config.cf.ja/command.cf
@@ -71,15 +71,41 @@ use_command_mail_size_filter = yes
# Descriptions: フィルタリングのルール。
-# どのルールにもマッチしないなら、記事の投稿は認められる。
+# どのルールにもマッチしないなら、コマンドメールは認められる。
# History:
# Value:
# Examples:
command_mail_size_filter_rules = check_header_size
check_body_size
+ check_command_limit
+ check_line_length_limit
permit
+=head2 メール一通あたりに含まれているコマンドの総数の上限
+
+
+# Descriptions: メール一通あたりに含まれているコマンドの総数の上限。
+# History: $MAXNUM_COMMAND_INPUT
+# Value: NUM
+# Examples: 100
+command_mail_valid_command_limit = 100
+
+
+# Descriptions: メール一通あたりに含まれているコマンドの総数の上限。
+# History: $MAXNUM_COMMAND_INPUT
+# Value: NUM
+# Examples: 100
+command_mail_junk_command_limit = 100
+
+
+# Descriptions: 一行あたりのコマンドの長さの上限
+# History: $MAXLEN_COMMAND_INPUT
+# Value: NUM
+# Examples: 128
+command_mail_line_length_limit = 128
+
+
=head2 コマンドの定義
#