diff options
| author | fukachan <fukachan> | 2004-11-20 01:56:43 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-11-20 01:56:43 +0000 |
| commit | a37c513ea97dddc691fb0bf8d760ba6681f6016f (patch) | |
| tree | 42fe85122986ba3b51dcc3e15b9b3099e9e37a34 | |
| parent | 013751a9e4aac78c11b47491b7c7a6e0bd4d1ac1 (diff) | |
| download | fml8-a37c513ea97dddc691fb0bf8d760ba6681f6016f.tar.gz fml8-a37c513ea97dddc691fb0bf8d760ba6681f6016f.tar.bz2 fml8-a37c513ea97dddc691fb0bf8d760ba6681f6016f.zip | |
regen: new systematic value definitions
| -rw-r--r-- | fml/doc/en/tutorial/variables/filter.rules.sgml | 102 | ||||
| -rw-r--r-- | fml/doc/en/tutorial/variables/filter.size.sgml | 33 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/variables/filter.rules.sgml | 100 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/variables/filter.size.sgml | 33 |
4 files changed, 185 insertions, 83 deletions
diff --git a/fml/doc/en/tutorial/variables/filter.rules.sgml b/fml/doc/en/tutorial/variables/filter.rules.sgml index cb2c5533..4670d3b1 100644 --- a/fml/doc/en/tutorial/variables/filter.rules.sgml +++ b/fml/doc/en/tutorial/variables/filter.rules.sgml @@ -5,7 +5,7 @@ # when the filter system rejects. # We prefer string not mime/multipart to avoid parsing by MUA. # History: string in 4.0. -# Value: multipart / string +# Value: SELECT ( multipart string ) # Examples: string article_post_restrictions_reject_notice_data_type = string @@ -21,14 +21,22 @@ article_post_restrictions_reject_notice_data_type = string # $INCOMING_MAIL_SIZE_LIMIT # ADD_CONTENT_HANDLER() # functions. -# Value: yes / no +# Value: YES_OR_NO # Examples: yes use_article_filter = yes # Descriptions: # History: -# Value: +# Value: MIX ( +# article_size_filter +# article_header_filter +# article_non_mime_filter +# article_mime_component_filter +# article_text_plain_filter +# article_spam_filter +# article_virus_filter +# ) # Examples: article_filter_functions = article_size_filter article_header_filter @@ -44,7 +52,7 @@ article_filter_functions = article_size_filter # Descriptions: use size based filter. # History: no -# Value: yes / no +# Value: YES_OR_NO # Examples: use_article_size_filter = yes @@ -53,7 +61,10 @@ use_article_size_filter = yes # first match. # permit post if no rule matched. # History: -# Value: +# Value: MIX ( check_header_size +# check_body_size +# permit +# ) # Examples: article_size_filter_rules = check_header_size check_body_size @@ -66,7 +77,7 @@ article_size_filter_rules = check_header_size # Descriptions: use header based filter ? # History: disabled by default. # "yes" always if $USE_DISTRIBUTE_FILTER is yes. -# Value: yes / no +# Value: YES_OR_NO # Examples: use_article_header_filter = yes @@ -75,7 +86,11 @@ use_article_header_filter = yes # first match. # permit post if no rule matched. # History: fml4 has no check_date rule. -# Value: +# Value: MIX ( +# check_message_id +# check_date +# permit +# ) # Examples: article_header_filter_rules = check_message_id check_date @@ -88,28 +103,28 @@ article_header_filter_rules = check_message_id # Descriptions: dummy # History: disabled by default. # !MIME of 4.0 content filter. -# Value: yes / no +# Value: YES_OR_NO # Examples: use_article_non_mime_filter = yes # Descriptions: dummy # History: -# Value: permit / reject +# Value: MIX ( permit reject_empty_content_type ) # Examples: permit article_non_mime_filter_rules = permit # Descriptions: MIME structure based filter # History: 4.0 content filter. disabled by default. -# Value: yes / no +# Value: YES_OR_NO # Examples: use_article_mime_component_filter = yes # Descriptions: file of filter rules # History: @CONTENT_HANDLER -# Value: +# Value: FILE # Examples: article_mime_component_filter_rules = $fml_config_dir/mime_component_filter @@ -120,7 +135,7 @@ article_mime_component_filter_rules = $fml_config_dir/mime_component_filter # History: 4.0's EnvelopeFilter. # half of the following rules applied when # $USE_DISTRIBUTE_FILTER is enabled. -# Value: yes / no +# Value: YES_OR_NO # Examples: use_article_text_plain_filter = yes @@ -150,7 +165,16 @@ use_article_text_plain_filter = yes # <=> FILTER_ATTR_REJECT_MS_GUID # # Note: permit by default -# Value: +# Value: MIX ( +# reject_not_iso2022jp_japanese_string +# reject_null_mail_body +# reject_one_line_message +# reject_old_fml_command_syntax +# reject_invalid_fml_command_syntax +# reject_japanese_command_syntax +# reject_ms_guid +# permit +# ) # Examples: article_text_plain_filter_rules = reject_not_iso2022jp_japanese_string reject_null_mail_body @@ -169,14 +193,14 @@ article_text_plain_filter_rules = reject_not_iso2022jp_japanese_string # disabled by default. # add flag to header and go through if the message looks a spam. # History: none -# Value: yes | no +# Value: YES_OR_NO # Examples: no use_article_spam_filter = no # Descriptions: action if the message looks a spam. # History: none -# Value: reject | ignore | header_rewrite +# Value: MIX ( reject ignore header_rewrite ) # Examples: header_rewrite article_spam_filter_rules = header_rewrite @@ -184,21 +208,21 @@ article_spam_filter_rules = header_rewrite # Descriptions: external spam checker. # if plural drivers specified, try them sequentially. # History: none -# Value: spamassasin | spamc | bogofilter +# Value: MIX ( spamassasin spamc bogofilter ) # Examples: bogofilter article_spam_filter_drivers = bogofilter # Descriptions: external virus checker. disabled by default. # History: none -# Value: yes | no +# Value: YES_OR_NO # Examples: no use_article_virus_filter = no # Descriptions: action if virus found. # History: none -# Value: reject | ignore | header_rewrite +# Value: MIX ( reject ignore header_rewrite ) # Examples: reject article_virus_filter_rules = reject @@ -206,7 +230,7 @@ article_virus_filter_rules = reject # Descriptions: external virus checker. # if plural drivers specified, try them sequentially. # History: none -# Value: clamscan +# Value: MIX ( clamscan ) # Examples: clamscan article_virus_filter_drivers = clamscan @@ -218,7 +242,7 @@ article_virus_filter_drivers = clamscan # notice is always sent to maintainer, # but not to sender by default. # $FILTER_NOTIFY_REJECTION controlls notice to sender. -# Value: yes / no +# Value: YES_OR_NO # Examples: yes use_article_filter_reject_notice = yes @@ -228,7 +252,7 @@ use_article_filter_reject_notice = yes # notice is always sent to maintainer, # but not to sender by default. # $FILTER_NOTIFY_REJECTION controlls notice to sender. -# Value: maintainer | sender +# Value: MIX ( maintainer sender ) # Examples: maintainer sender article_filter_reject_notice_recipients = maintainer sender @@ -237,42 +261,42 @@ article_filter_reject_notice_recipients = maintainer # Descriptions: how fml refer the rejeced message. # We prefer string not multipart to avoid parsing of MUA. # History: string in fml 4.0. -# Value: multipart / string +# Value: SELECT ( multipart string ) # Examples: string article_filter_reject_notice_data_type = string # Descriptions: # History: -# Value: +# Value: YES_OR_NO # Examples: use_article_spam_filter = no # Descriptions: list up driver names used as spam checker. # History: none -# Value: spamassassin | spamc | bogofilter +# Value: MIX ( spamassassin spamc bogofilter ) # Examples: bogofilter article_spam_filter_functions = bogofilter # Descriptions: exit non-zero status code when spam caught if "-e" specified. # History: none -# Value: STR +# Value: COMMAND_LINE_OPTIONS # Examples: -e article_spam_filter_spamassassin_options = -e # Descriptions: spamc optoins. "-c" means check only. # History: none -# Value: STR +# Value: COMMAND_LINE_OPTIONS # Examples: -c article_spam_filter_spamc_options = -c # Descriptions: "-e" implies embedded mode. # History: none -# Value: STR +# Value: COMMAND_LINE_OPTIONS # Examples: -e article_spam_filter_bogofilter_options = -e @@ -282,14 +306,14 @@ article_spam_filter_bogofilter_options = -e # Descriptions: # History: -# Value: +# Value: YES_OR_NO # Examples: use_command_mail_filter = yes # Descriptions: # History: -# Value: +# Value: MIX ( command_mail_size_filter ) # Examples: command_mail_filter_functions = command_mail_size_filter @@ -299,7 +323,7 @@ command_mail_filter_functions = command_mail_size_filter # Descriptions: use size based filter # History: -# Value: yes / no +# Value: YES_OR_NO # Examples: use_command_mail_size_filter = yes @@ -308,7 +332,13 @@ use_command_mail_size_filter = yes # first match. # permit if no rule matched. # History: -# Value: +# Value: MIX ( +# check_header_size +# check_body_size +# check_command_limit +# check_line_length_limit +# permit +# ) # Examples: command_mail_size_filter_rules = check_header_size check_body_size @@ -322,14 +352,14 @@ command_mail_size_filter_rules = check_header_size # Descriptions: inform filter rejection ? # History: hard-coded. -# Value: yes / no +# Value: YES_OR_NO # Examples: yes use_command_mail_filter_reject_notice = yes # Descriptions: recipients to inform # History: hard-coded. -# Value: maintainer | sender +# Value: MIX ( maintainer sender ) # Examples: maintainer sender command_mail_filter_reject_notice_recipients = maintainer sender @@ -338,10 +368,14 @@ command_mail_filter_reject_notice_recipients = maintainer # Descriptions: how fml refer the rejeced message. # We prefer string not multipart to avoid parsing of MUA. # History: string in fml 4.0. -# Value: multipart / string +# Value: SELECT ( multipart string ) # Examples: string command_mail_filter_reject_notice_data_type = string +# Descriptions: +# History: +# Value: FILE +# Examples: path_bogofilter = @BOGOFILTER@ # $article_digest_finish_end_hook = q{ 1;}; diff --git a/fml/doc/en/tutorial/variables/filter.size.sgml b/fml/doc/en/tutorial/variables/filter.size.sgml index 4e5db296..1fa58901 100644 --- a/fml/doc/en/tutorial/variables/filter.size.sgml +++ b/fml/doc/en/tutorial/variables/filter.size.sgml @@ -35,7 +35,7 @@ outgoing_mail_cache_size = 128 # Descriptions: log rotation policy. # History: none -# Value: size | interval +# Value: SELECT ( size interval ) # Examples: size log_rotate_policy = size @@ -80,7 +80,15 @@ outgoing_article_body_size_limit = $default_mail_body_size_limit # Descriptions: # History: -# Value: +# Value: MIX ( +# article_size_filter +# article_header_filter +# article_non_mime_filter +# article_mime_component_filter +# article_text_plain_filter +# article_spam_filter +# article_virus_filter +# ) # Examples: article_filter_functions = article_size_filter article_header_filter @@ -96,7 +104,7 @@ article_filter_functions = article_size_filter # Descriptions: use size based filter. # History: no -# Value: yes / no +# Value: YES_OR_NO # Examples: use_article_size_filter = yes @@ -105,7 +113,10 @@ use_article_size_filter = yes # first match. # permit post if no rule matched. # History: -# Value: +# Value: MIX ( check_header_size +# check_body_size +# permit +# ) # Examples: article_size_filter_rules = check_header_size check_body_size @@ -146,7 +157,7 @@ outgoing_command_mail_body_size_limit = $default_mail_body_size_limit # Descriptions: # History: -# Value: +# Value: MIX ( command_mail_size_filter ) # Examples: command_mail_filter_functions = command_mail_size_filter @@ -156,7 +167,7 @@ command_mail_filter_functions = command_mail_size_filter # Descriptions: use size based filter # History: -# Value: yes / no +# Value: YES_OR_NO # Examples: use_command_mail_size_filter = yes @@ -165,7 +176,13 @@ use_command_mail_size_filter = yes # first match. # permit if no rule matched. # History: -# Value: +# Value: MIX ( +# check_header_size +# check_body_size +# check_command_limit +# check_line_length_limit +# permit +# ) # Examples: command_mail_size_filter_rules = check_header_size check_body_size @@ -177,7 +194,7 @@ command_mail_size_filter_rules = check_header_size # Descriptions: cache size. # it implies days if the cache mode is temporal. # History: none -# Value: number +# Value: NUM # Examples: error_mail_analyzer_cache_size = 14 diff --git a/fml/doc/ja/tutorial/variables/filter.rules.sgml b/fml/doc/ja/tutorial/variables/filter.rules.sgml index 52516fc4..5961b2a5 100644 --- a/fml/doc/ja/tutorial/variables/filter.rules.sgml +++ b/fml/doc/ja/tutorial/variables/filter.rules.sgml @@ -7,14 +7,22 @@ # $USE_DISTRIBUTE_FILTER # $INCOMING_MAIL_SIZE_LIMIT # ADD_CONTENT_HANDLER() -# Value: yes / no +# Value: YES_OR_NO # Examples: yes use_article_filter = yes # Descriptions: # History: -# Value: +# Value: MIX ( +# article_size_filter +# article_header_filter +# article_non_mime_filter +# article_mime_component_filter +# article_text_plain_filter +# article_spam_filter +# article_virus_filter +# ) # Examples: article_filter_functions = article_size_filter article_header_filter @@ -27,7 +35,7 @@ article_filter_functions = article_size_filter # Descriptions: サイズ情報を根拠にしたフィルタリングをするか? # History: no -# Value: yes / no +# Value: YES_OR_NO # Examples: use_article_size_filter = yes @@ -35,7 +43,10 @@ use_article_size_filter = yes # Descriptions: フィルタリングのルール。 # どのルールにもマッチしないなら、記事の投稿は認められる。 # History: -# Value: +# Value: MIX ( check_header_size +# check_body_size +# permit +# ) # Examples: article_size_filter_rules = check_header_size check_body_size @@ -45,7 +56,7 @@ article_size_filter_rules = check_header_size # Descriptions: ヘッダ情報を根拠にしたフィルタリングをするか? # History: disabled by default. # "yes" always if $USE_DISTRIBUTE_FILTER is yes. -# Value: yes / no +# Value: YES_OR_NO # Examples: use_article_header_filter = yes @@ -53,7 +64,11 @@ use_article_header_filter = yes # Descriptions: フィルタリングのルール。 # どのルールにもマッチしないなら、記事の投稿は認められる。 # History: check_date に該当するものはない。 -# Value: +# Value: MIX ( +# check_message_id +# check_date +# permit +# ) # Examples: article_header_filter_rules = check_message_id check_date @@ -63,14 +78,14 @@ article_header_filter_rules = check_message_id # Descriptions: とりあえず、だみ〜 # History: 4.0 の content filter で、!MIME にあたる部分。 # よって、デフォルトでは no ということになる。 -# Value: yes / no +# Value: YES_OR_NO # Examples: use_article_non_mime_filter = yes # Descriptions: とりあえず、だみ〜 # History: なし -# Value: permit / reject_empty_content_type +# Value: MIX ( permit reject_empty_content_type ) # Examples: permit article_non_mime_filter_rules = reject_empty_content_type permit @@ -78,14 +93,14 @@ article_non_mime_filter_rules = reject_empty_content_type # Descriptions: MIME の構造に基づいたフィルタを行なう # History: 4.0 の content filter 相当。デフォルトでは no だ。 -# Value: yes / no +# Value: YES_OR_NO # Examples: use_article_mime_component_filter = yes # Descriptions: ファイル名 # History: 4.0 の @CONTENT_HANDLER 相当 -# Value: +# Value: FILE # Examples: article_mime_component_filter_rules = $fml_config_dir/mime_component_filter @@ -95,7 +110,7 @@ article_mime_component_filter_rules = $fml_config_dir/mime_component_filter # History: 4.0 の EnvelopeFilter 相当。 # $USE_DISTRIBUTE_FILTER が yes の場合、 # 以下のルールの半分くらいが自動的に適用されていた。 -# Value: yes / no +# Value: YES_OR_NO # Examples: use_article_text_plain_filter = yes @@ -124,7 +139,16 @@ use_article_text_plain_filter = yes # <=> FILTER_ATTR_REJECT_MS_GUID # # Note: permit by default -# Value: +# Value: MIX ( +# reject_not_iso2022jp_japanese_string +# reject_null_mail_body +# reject_one_line_message +# reject_old_fml_command_syntax +# reject_invalid_fml_command_syntax +# reject_japanese_command_syntax +# reject_ms_guid +# permit +# ) # Examples: article_text_plain_filter_rules = reject_not_iso2022jp_japanese_string reject_null_mail_body @@ -140,14 +164,14 @@ article_text_plain_filter_rules = reject_not_iso2022jp_japanese_string # また有効にした場合、ヘッダにSPAMであることを知らせる # フラッグをつけ通過させる動作がデフォルト。 # History: none -# Value: yes | no +# Value: YES_OR_NO # Examples: no use_article_spam_filter = no # Descriptions: SPAMだと判定された場合、どうするか? # History: none -# Value: reject | ignore | header_rewrite +# Value: MIX ( reject ignore header_rewrite ) # Examples: header_rewrite article_spam_filter_rules = header_rewrite @@ -155,21 +179,21 @@ article_spam_filter_rules = header_rewrite # Descriptions: SPAMチェッカとして使う外部プログラム。 # 複数指定すると、複数のプログラムを順に試す。 # History: none -# Value: spamassasin | spamc | bogofilter +# Value: MIX ( spamassasin spamc bogofilter ) # Examples: bogofilter article_spam_filter_drivers = bogofilter # Descriptions: 外部のVirusチェッカを使った検査、デフォルトでは無効。 # History: none -# Value: yes | no +# Value: YES_OR_NO # Examples: no use_article_virus_filter = no # Descriptions: ウィルスだと判定された場合、どうするか? # History: none -# Value: reject | ignore | header_rewrite +# Value: MIX ( reject ignore header_rewrite ) # Examples: reject article_virus_filter_rules = reject @@ -177,7 +201,7 @@ article_virus_filter_rules = reject # Descriptions: ウィルスチェッカとして使う外部プログラム # 複数指定すると、複数のプログラムを順に試す。 # History: none -# Value: clamscan +# Value: MIX ( clamscan ) # Examples: clamscan article_virus_filter_drivers = clamscan @@ -186,7 +210,7 @@ article_virus_filter_drivers = clamscan # History: maintainer には常に弾かれたことを知らせるが、 # sender に対しては $FILTER_NOTIFY_REJECTION (= 0 by default)。 # デフォルトでは、管理者にのみ知らせる。 -# Value: yes / no +# Value: YES_OR_NO # Examples: yes use_article_filter_reject_notice = yes @@ -195,7 +219,7 @@ use_article_filter_reject_notice = yes # History: 4.0 では maintainer あてはハードコーデイングで常に知らせる。 # sender 宛ては $FILTER_NOTIFY_REJECTION で制御されていて # デフォルトでは知らせない。 -# Value: maintainer | sender +# Value: MIX ( maintainer sender ) # Examples: maintainer sender article_filter_reject_notice_recipients = maintainer sender @@ -204,70 +228,70 @@ article_filter_reject_notice_recipients = maintainer # Descriptions: 弾いたメールをどのようにフォワードするか? # ウィルスなどを考慮すると、文字列がいいとおもう # History: 4.0 では文字列で、これはハードコーディングされていた。 -# Value: multipart / string +# Value: SELECT ( multipart string ) # Examples: string article_filter_reject_notice_data_type = string # Descriptions: # History: -# Value: +# Value: YES_OR_NO # Examples: use_article_spam_filter = no # Descriptions: list up driver names used as spam checker. # History: none -# Value: spamassassin | spamc | bogofilter +# Value: MIX ( spamassassin spamc bogofilter ) # Examples: bogofilter article_spam_filter_functions = bogofilter # Descriptions: exit non-zero status code when spam caught if "-e" specified. # History: none -# Value: STR +# Value: COMMAND_LINE_OPTIONS # Examples: -e article_spam_filter_spamassassin_options = -e # Descriptions: spamc optoins. "-c" means check only. # History: none -# Value: STR +# Value: COMMAND_LINE_OPTIONS # Examples: -c article_spam_filter_spamc_options = -c # Descriptions: "-e" implies embedded mode. # History: none -# Value: STR +# Value: COMMAND_LINE_OPTIONS # Examples: -e article_spam_filter_bogofilter_options = -e # Descriptions: # History: -# Value: +# Value: YES_OR_NO # Examples: use_command_mail_filter = yes # Descriptions: # History: -# Value: +# Value: MIX ( command_mail_size_filter ) # Examples: command_mail_filter_functions = command_mail_size_filter # Descriptions: フィルタで弾かれたことを教える # History: 4.0 ではハードコードだったような… -# Value: yes / no +# Value: YES_OR_NO # Examples: yes use_command_mail_filter_reject_notice = yes # Descriptions: エラーのお知らせの受信者 # History: 4.0 ではハードコードだったような… -# Value: maintainer | sender +# Value: MIX ( maintainer sender ) # Examples: maintainer sender command_mail_filter_reject_notice_recipients = maintainer sender @@ -276,14 +300,14 @@ command_mail_filter_reject_notice_recipients = maintainer # Descriptions: 弾いたメールをどのようにフォワードするか? # ウィルスなどを考慮すると、文字列がいいとおもう # History: 4.0 では文字列で、これはハードコーディングされていた。 -# Value: multipart / string +# Value: SELECT ( multipart string ) # Examples: string command_mail_filter_reject_notice_data_type = string # Descriptions: サイズ情報を根拠にしたフィルタリングをするか? # History: -# Value: yes / no +# Value: YES_OR_NO # Examples: use_command_mail_size_filter = yes @@ -291,7 +315,13 @@ use_command_mail_size_filter = yes # Descriptions: フィルタリングのルール。 # どのルールにもマッチしないなら、コマンドメールは認められる。 # History: -# Value: +# Value: MIX ( +# check_header_size +# check_body_size +# check_command_limit +# check_line_length_limit +# permit +# ) # Examples: command_mail_size_filter_rules = check_header_size check_body_size @@ -299,6 +329,10 @@ command_mail_size_filter_rules = check_header_size check_line_length_limit permit +# Descriptions: +# History: +# Value: FILE +# Examples: path_bogofilter = @BOGOFILTER@ # $article_digest_finish_end_hook = q{ 1;}; diff --git a/fml/doc/ja/tutorial/variables/filter.size.sgml b/fml/doc/ja/tutorial/variables/filter.size.sgml index a55046e6..eb6ba3e3 100644 --- a/fml/doc/ja/tutorial/variables/filter.size.sgml +++ b/fml/doc/ja/tutorial/variables/filter.size.sgml @@ -33,7 +33,7 @@ outgoing_mail_cache_size = 128 # サイズが一定値を越えたら行なうのか?(デフォルト) # それても一定時間おきに行なうのか? # History: none -# Value: size | interval +# Value: SELECT ( size interval ) # Examples: size log_rotate_policy = size @@ -80,7 +80,15 @@ outgoing_article_body_size_limit = $default_mail_body_size_limit # Descriptions: # History: -# Value: +# Value: MIX ( +# article_size_filter +# article_header_filter +# article_non_mime_filter +# article_mime_component_filter +# article_text_plain_filter +# article_spam_filter +# article_virus_filter +# ) # Examples: article_filter_functions = article_size_filter article_header_filter @@ -93,7 +101,7 @@ article_filter_functions = article_size_filter # Descriptions: サイズ情報を根拠にしたフィルタリングをするか? # History: no -# Value: yes / no +# Value: YES_OR_NO # Examples: use_article_size_filter = yes @@ -101,7 +109,10 @@ use_article_size_filter = yes # Descriptions: フィルタリングのルール。 # どのルールにもマッチしないなら、記事の投稿は認められる。 # History: -# Value: +# Value: MIX ( check_header_size +# check_body_size +# permit +# ) # Examples: article_size_filter_rules = check_header_size check_body_size @@ -109,14 +120,14 @@ article_size_filter_rules = check_header_size # Descriptions: # History: -# Value: +# Value: MIX ( command_mail_size_filter ) # Examples: command_mail_filter_functions = command_mail_size_filter # Descriptions: サイズ情報を根拠にしたフィルタリングをするか? # History: -# Value: yes / no +# Value: YES_OR_NO # Examples: use_command_mail_size_filter = yes @@ -124,7 +135,13 @@ use_command_mail_size_filter = yes # Descriptions: フィルタリングのルール。 # どのルールにもマッチしないなら、コマンドメールは認められる。 # History: -# Value: +# Value: MIX ( +# check_header_size +# check_body_size +# check_command_limit +# check_line_length_limit +# permit +# ) # Examples: command_mail_size_filter_rules = check_header_size check_body_size @@ -165,7 +182,7 @@ outgoing_command_mail_body_size_limit = $default_mail_body_size_limit # Descriptions: キャッシュのサイズ # mode が temporal なら日数だ。 # History: none -# Value: number +# Value: NUM # Examples: error_mail_analyzer_cache_size = 14 |
