diff options
| -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 は、これらのアドレスを # 削除しちゃいけない。 |
