diff options
| author | fukachan <fukachan> | 2004-10-27 23:52:24 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-10-27 23:52:24 +0000 |
| commit | 8b3a5c2b4bccedb847dd44fe8eeeece03026010d (patch) | |
| tree | 5fb854d3d0a61bd7550663bda3f64270739d0419 /fml | |
| parent | 6adabe577009f6605528d4a05a90c28cffb8c29c (diff) | |
| download | fml8-8b3a5c2b4bccedb847dd44fe8eeeece03026010d.tar.gz fml8-8b3a5c2b4bccedb847dd44fe8eeeece03026010d.tar.bz2 fml8-8b3a5c2b4bccedb847dd44fe8eeeece03026010d.zip | |
regen: check_article_thread
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/etc/default_config.cf.en.in | 8 | ||||
| -rw-r--r-- | fml/etc/default_config.cf.ja.in | 17 |
2 files changed, 21 insertions, 4 deletions
diff --git a/fml/etc/default_config.cf.en.in b/fml/etc/default_config.cf.en.in index 56198a24..eaa033e4 100644 --- a/fml/etc/default_config.cf.en.in +++ b/fml/etc/default_config.cf.en.in @@ -297,6 +297,7 @@ address_compare_function_type = user_part_case_insensitive # Value: list of attributes ( # permit_anyone # permit_member_maps +# check_article_thread # reject_system_special_accounts # reject # ) @@ -823,6 +824,13 @@ incoming_mail_header_loop_check_rules = check_message_id message_id_cache_dir = $db_dir/message_id +# Descriptions: article Message-ID cache directory +# History: +# Value: +# Examples: +article_message_id_cache_dir = $db_dir/article_message_id + + # Descriptions: use article header rewrite function ? # History: # Value: yes / no diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in index 6aeeb2dd..1c7e298b 100644 --- a/fml/etc/default_config.cf.ja.in +++ b/fml/etc/default_config.cf.ja.in @@ -310,6 +310,7 @@ address_compare_function_type = user_part_case_insensitive # Value: list of attributes ( # permit_anyone # permit_member_maps +# check_article_thread # reject_system_special_accounts # reject # ) @@ -846,16 +847,24 @@ use_incoming_mail_header_loop_check = yes # Value: # Examples: incoming_mail_header_loop_check_rules = check_message_id - check_x_ml_info - check_list_post + check_x_ml_info + check_list_post -# Descriptions: Message-ID のキャッシュを格納するディレクトリ -# History: +# Descriptions: すべての Message-ID のキャッシュを格納するディレクトリ +# History: なし # Value: # Examples: message_id_cache_dir = $db_dir/message_id +# Descriptions: 記事としてスプールに格納されたメールの +# Message-ID のキャッシュを格納するディレクトリ +# History: なし +# Value: +# Examples: +article_message_id_cache_dir = $db_dir/article_message_id + + # Descriptions: ヘッダ書換えの操作をするか? # History: # Value: yes / no |
