summaryrefslogtreecommitdiff
path: root/fml/etc
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-03-17 06:54:26 +0000
committerfukachan <fukachan>2004-03-17 06:54:26 +0000
commitf84fbd8ecf6ca202bbc12a9553fae5f839716e92 (patch)
tree6ab7febdf4d9f503344041a57b9c01d35bf183c9 /fml/etc
parent739a00450028909ac2c20f1d7564e0562b06a63c (diff)
downloadfml8-f84fbd8ecf6ca202bbc12a9553fae5f839716e92.tar.gz
fml8-f84fbd8ecf6ca202bbc12a9553fae5f839716e92.tar.bz2
fml8-f84fbd8ecf6ca202bbc12a9553fae5f839716e92.zip
fix comments
Diffstat (limited to 'fml/etc')
-rw-r--r--fml/etc/src/config.cf.en/article.cf30
-rw-r--r--fml/etc/src/config.cf.ja/article.cf26
2 files changed, 37 insertions, 19 deletions
diff --git a/fml/etc/src/config.cf.en/article.cf b/fml/etc/src/config.cf.en/article.cf
index d3f55d80..2e0d4df7 100644
--- a/fml/etc/src/config.cf.en/article.cf
+++ b/fml/etc/src/config.cf.en/article.cf
@@ -58,9 +58,15 @@ outgoing_article_body_size_limit = $default_mail_body_size_limit
# Descriptions:
-# History:
-# Value:
-# Examples:
+# History: fml8 rearragena fml4 filter functions and integrates them
+# into one.
+# Roughly speaking, fml8 filter is composed of the following
+# $USE_DISTRIBUTE_FILTER
+# $INCOMING_MAIL_SIZE_LIMIT
+# ADD_CONTENT_HANDLER()
+# functions.
+# Value: yes / no
+# Examples: yes
use_article_filter = yes
@@ -78,8 +84,8 @@ article_filter_functions = article_size_filter
=head2 size based filter
-# Descriptions: use size based filter
-# History:
+# Descriptions: use size based filter.
+# History: no
# Value: yes / no
# Examples:
use_article_size_filter = yes
@@ -100,7 +106,8 @@ article_size_filter_rules = check_header_size
# Descriptions: use header based filter ?
-# History:
+# History: disabled by default.
+# "yes" always if $USE_DISTRIBUTE_FILTER is yes.
# Value: yes / no
# Examples:
use_article_header_filter = yes
@@ -109,7 +116,7 @@ use_article_header_filter = yes
# Descriptions: header filter rules.
# first match.
# permit post if no rule matched.
-# History:
+# History: fml4 has no check_date rule.
# Value:
# Examples:
article_header_filter_rules = check_message_id
@@ -121,7 +128,8 @@ article_header_filter_rules = check_message_id
# Descriptions: dummy
-# History: !MIME of 4.0 content filter
+# History: disabled by default.
+# !MIME of 4.0 content filter.
# Value: yes / no
# Examples:
use_article_non_mime_filter = yes
@@ -135,7 +143,7 @@ article_non_mime_filter_rules = permit
# Descriptions: MIME structure based filter
-# History: 4.0 content filter
+# History: 4.0 content filter. disabled by default.
# Value: yes / no
# Examples:
use_article_mime_component_filter = yes
@@ -153,7 +161,9 @@ article_mime_component_filter_rules = $fml_config_dir/mime_component_filter
# Descriptions: use text/plain filter, which is a simple syntax checker.
-# History: 4.0's EnvelopeFilter
+# History: 4.0's EnvelopeFilter.
+# half of the following rules applied when
+# $USE_DISTRIBUTE_FILTER is enabled.
# Value: yes / no
# Examples:
use_article_text_plain_filter = yes
diff --git a/fml/etc/src/config.cf.ja/article.cf b/fml/etc/src/config.cf.ja/article.cf
index cb2936eb..27eef0c6 100644
--- a/fml/etc/src/config.cf.ja/article.cf
+++ b/fml/etc/src/config.cf.ja/article.cf
@@ -61,9 +61,13 @@ outgoing_article_body_size_limit = $default_mail_body_size_limit
# Descriptions:
-# History:
-# Value:
-# Examples:
+# History: fml8 では、いくつかのフィルタや制限が整理統合された。
+# fml4 では、おおむね次の3つの機能に相当している。
+# $USE_DISTRIBUTE_FILTER
+# $INCOMING_MAIL_SIZE_LIMIT
+# ADD_CONTENT_HANDLER()
+# Value: yes / no
+# Examples: yes
use_article_filter = yes
@@ -82,7 +86,7 @@ article_filter_functions = article_size_filter
# Descriptions: サイズ情報を根拠にしたフィルタリングをするか?
-# History:
+# History: no
# Value: yes / no
# Examples:
use_article_size_filter = yes
@@ -102,7 +106,8 @@ article_size_filter_rules = check_header_size
# Descriptions: ヘッダ情報を根拠にしたフィルタリングをするか?
-# History:
+# History: disabled by default.
+# "yes" always if $USE_DISTRIBUTE_FILTER is yes.
# Value: yes / no
# Examples:
use_article_header_filter = yes
@@ -110,7 +115,7 @@ use_article_header_filter = yes
# Descriptions: フィルタリングのルール。
# どのルールにもマッチしないなら、記事の投稿は認められる。
-# History:
+# History: check_date に該当するものはない。
# Value:
# Examples:
article_header_filter_rules = check_message_id
@@ -122,7 +127,8 @@ article_header_filter_rules = check_message_id
# Descriptions: とりあえず、だみ〜
-# History: 4.0 の content filter で、!MIME にあたる部分
+# History: 4.0 の content filter で、!MIME にあたる部分。
+# よって、デフォルトでは no ということになる。
# Value: yes / no
# Examples:
use_article_non_mime_filter = yes
@@ -137,7 +143,7 @@ article_non_mime_filter_rules = reject_empty_content_type
# Descriptions: MIME の構造に基づいたフィルタを行なう
-# History: 4.0 の content filter 相当
+# History: 4.0 の content filter 相当。デフォルトでは no だ。
# Value: yes / no
# Examples:
use_article_mime_component_filter = yes
@@ -156,7 +162,9 @@ article_mime_component_filter_rules = $fml_config_dir/mime_component_filter
# Descriptions: 先頭の text/plain 部分に対するフィルタ。
# 簡単なシンタックスチェック
-# History: 4.0 の EnvelopeFilter 相当
+# History: 4.0 の EnvelopeFilter 相当。
+# $USE_DISTRIBUTE_FILTER が yes の場合、
+# 以下のルールの半分くらいが自動的に適用されていた。
# Value: yes / no
# Examples:
use_article_text_plain_filter = yes