diff options
| author | fukachan <fukachan> | 2003-06-29 05:48:11 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-06-29 05:48:11 +0000 |
| commit | c430e5927022c32d3ecdba41226d87599e1985be (patch) | |
| tree | dd0ef6b331b4d255cb308e01785b92ea8aa02b73 /fml/etc | |
| parent | ce5c220db7788bcddc8c3a104641a2b42f236ba9 (diff) | |
| download | fml8-c430e5927022c32d3ecdba41226d87599e1985be.tar.gz fml8-c430e5927022c32d3ecdba41226d87599e1985be.tar.bz2 fml8-c430e5927022c32d3ecdba41226d87599e1985be.zip | |
check the number of request in get commands.
Diffstat (limited to 'fml/etc')
| -rw-r--r-- | fml/etc/default_config.cf.ja.in | 13 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.ja/command.cf | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in index 8158008b..5729ad74 100644 --- a/fml/etc/default_config.cf.ja.in +++ b/fml/etc/default_config.cf.ja.in @@ -1196,6 +1196,19 @@ outgoing_command_mail_header_size_limit = $default_mail_header_size_limit outgoing_command_mail_body_size_limit = $default_mail_body_size_limit +=head2 特定のコマンドの制限 + + +# Descriptions: get コマンドで指定できる記事数の上限。 +# 一つの get コマンドの上限であり、かつ、 +# 複数の get コマンドのリクエスト記事数を全部足し合わせた値が +# この値を越えていないか?もチェックされる。 +# History: $MGET_SEND_BACK_FILES_LIMIT +# Value: NUM +# Examples: 100 +get_command_request_limit = 100 + + =head2 フィルタ diff --git a/fml/etc/src/config.cf.ja/command.cf b/fml/etc/src/config.cf.ja/command.cf index ba9f2837..a2bb782c 100644 --- a/fml/etc/src/config.cf.ja/command.cf +++ b/fml/etc/src/config.cf.ja/command.cf @@ -43,6 +43,19 @@ outgoing_command_mail_header_size_limit = $default_mail_header_size_limit outgoing_command_mail_body_size_limit = $default_mail_body_size_limit +=head2 特定のコマンドの制限 + + +# Descriptions: get コマンドで指定できる記事数の上限。 +# 一つの get コマンドの上限であり、かつ、 +# 複数の get コマンドのリクエスト記事数を全部足し合わせた値が +# この値を越えていないか?もチェックされる。 +# History: $MGET_SEND_BACK_FILES_LIMIT +# Value: NUM +# Examples: 100 +get_command_request_limit = 100 + + =head2 フィルタ |
