From 1daea8f73f0183a65b36705bd3405b090dda0a02 Mon Sep 17 00:00:00 2001 From: fukachan Date: Sat, 2 Aug 2008 21:15:59 +0000 Subject: support directives (isolate_system_special_accounts isolate_spammer_maps isolate) for $article_post_restrictions and $command_mail_restrictions. --- fml/etc/src/config.cf.en/acl.cf | 17 +++++++++++++---- fml/etc/src/config.cf.ja/acl.cf | 17 +++++++++++++---- 2 files changed, 26 insertions(+), 8 deletions(-) (limited to 'fml/etc') diff --git a/fml/etc/src/config.cf.en/acl.cf b/fml/etc/src/config.cf.en/acl.cf index 7f6a4092..b67804b9 100644 --- a/fml/etc/src/config.cf.en/acl.cf +++ b/fml/etc/src/config.cf.en/acl.cf @@ -38,13 +38,16 @@ address_compare_function_domain_matching_level = 3 # reject_system_special_accounts # reject_spammer_maps # reject +# isolate_system_special_accounts +# isolate_spammer_maps +# isolate # ignore_invalid_request # ignore # ) # Examples: -article_post_restrictions = reject_system_special_accounts +article_post_restrictions = isolate_system_special_accounts permit_member_maps - reject + isolate # Descriptions: restrictions for command mail # History: fml 4.0's PERMIT_COMMAND_FROM + REJECT_ADDR @@ -57,14 +60,17 @@ article_post_restrictions = reject_system_special_accounts # reject_system_special_accounts # reject_spammer_maps # reject +# isolate_system_special_accounts +# isolate_spammer_maps +# isolate # ignore_invalid_request # ignore # ) # Examples: -command_mail_restrictions = reject_system_special_accounts +command_mail_restrictions = isolate_system_special_accounts permit_anonymous_command permit_user_command - reject + isolate # Descriptions: restrictions for admin command mail @@ -77,6 +83,9 @@ command_mail_restrictions = reject_system_special_accounts # reject_system_special_accounts # reject_spammer_maps # reject +# isolate_system_special_accounts +# isolate_spammer_maps +# isolate # ) # Examples: # 1. if auth by members-admin only diff --git a/fml/etc/src/config.cf.ja/acl.cf b/fml/etc/src/config.cf.ja/acl.cf index be1f0a87..e62754b9 100644 --- a/fml/etc/src/config.cf.ja/acl.cf +++ b/fml/etc/src/config.cf.ja/acl.cf @@ -43,13 +43,16 @@ address_compare_function_domain_matching_level = 3 # reject_system_special_accounts # reject_spammer_maps # reject +# isolate_system_special_accounts +# isolate_spammer_maps +# isolate # ignore_invalid_request # ignore # ) # Examples: -article_post_restrictions = reject_system_special_accounts +article_post_restrictions = isolate_system_special_accounts permit_member_maps - reject + isolate # Descriptions: コマンドへの制限 # History: fml 4.0 の PERMIT_COMMAND_FROM と REJECT_ADDR を合体したもの @@ -62,14 +65,17 @@ article_post_restrictions = reject_system_special_accounts # reject_system_special_accounts # reject_spammer_maps # reject +# isolate_system_special_accounts +# isolate_spammer_maps +# isolate # ignore_invalid_request # ignore # ) # Examples: -command_mail_restrictions = reject_system_special_accounts +command_mail_restrictions = isolate_system_special_accounts permit_anonymous_command permit_user_command - reject + isolate # Descriptions: admin コマンドへの制限 @@ -82,6 +88,9 @@ command_mail_restrictions = reject_system_special_accounts # reject_system_special_accounts # reject_spammer_maps # reject +# reject_system_special_accounts +# reject_spammer_maps +# reject # ) # Examples: # 1. members-admin だけで認証する -- cgit v1.2.1