diff options
| author | fukachan <fukachan> | 2006-05-09 12:17:18 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-05-09 12:17:18 +0000 |
| commit | f50c7f607784e767407423b1045e10da017fc99a (patch) | |
| tree | aad27d655be229a90ae591f8f564fdb9d771604e /fml/etc | |
| parent | c9e72ea2ffa8ee47e732e7d8a753a34bed7d6fbd (diff) | |
| download | fml8-f50c7f607784e767407423b1045e10da017fc99a.tar.gz fml8-f50c7f607784e767407423b1045e10da017fc99a.tar.bz2 fml8-f50c7f607784e767407423b1045e10da017fc99a.zip | |
reject_spammer_maps directive available now.
define dummy $primary_spammer_map and $spammer_maps.
Diffstat (limited to 'fml/etc')
| -rw-r--r-- | fml/etc/src/config.cf.en/acl.cf | 22 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.ja/acl.cf | 21 |
2 files changed, 43 insertions, 0 deletions
diff --git a/fml/etc/src/config.cf.en/acl.cf b/fml/etc/src/config.cf.en/acl.cf index c078a0a8..7f6a4092 100644 --- a/fml/etc/src/config.cf.en/acl.cf +++ b/fml/etc/src/config.cf.en/acl.cf @@ -36,6 +36,7 @@ address_compare_function_domain_matching_level = 3 # check_pgp_signature # permit_forward_to_moderator # reject_system_special_accounts +# reject_spammer_maps # reject # ignore_invalid_request # ignore @@ -54,6 +55,7 @@ article_post_restrictions = reject_system_special_accounts # permit_user_command # check_pgp_signature # reject_system_special_accounts +# reject_spammer_maps # reject # ignore_invalid_request # ignore @@ -73,6 +75,7 @@ command_mail_restrictions = reject_system_special_accounts # check_admin_member_password # check_pgp_signature # reject_system_special_accounts +# reject_spammer_maps # reject # ) # Examples: @@ -269,6 +272,25 @@ system_special_accounts = root \S+\-unsubscribe +=head2 reject specific addresses + + +# Descriptions: list of spammers or addresses to reject. +# History: $REJECT_ADDR_LIST +# Value: MAP +# Examples: pcre:/var/spool/ml/elena/spammer.pcre +primary_spammer_map = + + +# Descriptions: list of spammers or addresses to reject. +# History: $REJECT_ADDR_LIST +# Value: MAP_LIST +# Examples: pcre:/var/spool/ml/elena/spammer.pcre +spammer_maps = $primary_spammer_map + + +=head2 LIST ADDRESSES + # Descriptions: addresses fml uses: e.g. elena, elena-ctl # libexec/error ignores these addresses. diff --git a/fml/etc/src/config.cf.ja/acl.cf b/fml/etc/src/config.cf.ja/acl.cf index dd3251fe..be1f0a87 100644 --- a/fml/etc/src/config.cf.ja/acl.cf +++ b/fml/etc/src/config.cf.ja/acl.cf @@ -41,6 +41,7 @@ address_compare_function_domain_matching_level = 3 # check_pgp_signature # permit_forward_to_moderator # reject_system_special_accounts +# reject_spammer_maps # reject # ignore_invalid_request # ignore @@ -59,6 +60,7 @@ article_post_restrictions = reject_system_special_accounts # permit_user_command # check_pgp_signature # reject_system_special_accounts +# reject_spammer_maps # reject # ignore_invalid_request # ignore @@ -78,6 +80,7 @@ command_mail_restrictions = reject_system_special_accounts # check_admin_member_password # check_pgp_signature # reject_system_special_accounts +# reject_spammer_maps # reject # ) # Examples: @@ -272,8 +275,26 @@ system_special_accounts = root \S+\-unsubscribe +=head2 特定のアドレスを拒否する + + +# Descriptions: スパマーというか拒否したいアドレスのリスト +# History: $REJECT_ADDR_LIST +# Value: MAP +# Examples: pcre:/var/spool/ml/elena/spammer.pcre +primary_spammer_map = + + +# Descriptions: スパマーというか拒否したいアドレスのリスト +# History: $REJECT_ADDR_LIST +# Value: MAP_LIST +# Examples: pcre:/var/spool/ml/elena/spammer.pcre +spammer_maps = $primary_spammer_map + + =head2 LIST ADDRESSES + # Descriptions: MLが使うアドレス: 例: elena, elena-ctl # たとえば、libexec/error は、これらのアドレスを # 削除しちゃいけない。 |
