From 0c658e21c58ac9308b507865db0e9b19eb1a4e8c Mon Sep 17 00:00:00 2001 From: fukachan Date: Tue, 13 Dec 2005 12:43:06 +0000 Subject: command_mail_restrictions supports check_pgp_signature --- fml/etc/src/config.cf.en/acl.cf | 2 ++ fml/etc/src/config.cf.ja/acl.cf | 2 ++ 2 files changed, 4 insertions(+) diff --git a/fml/etc/src/config.cf.en/acl.cf b/fml/etc/src/config.cf.en/acl.cf index 7450f1a6..bd975b97 100644 --- a/fml/etc/src/config.cf.en/acl.cf +++ b/fml/etc/src/config.cf.en/acl.cf @@ -48,6 +48,7 @@ article_post_restrictions = reject_system_special_accounts # permit_member_maps # permit_anonymous_command # permit_user_command +# check_pgp_signature # reject_system_special_accounts # reject # ) @@ -64,6 +65,7 @@ command_mail_restrictions = reject_system_special_accounts # permit_anyone # permit_admin_member_maps # check_admin_member_password +# check_pgp_signature # reject_system_special_accounts # reject # ) diff --git a/fml/etc/src/config.cf.ja/acl.cf b/fml/etc/src/config.cf.ja/acl.cf index a98aab9a..12a1000e 100644 --- a/fml/etc/src/config.cf.ja/acl.cf +++ b/fml/etc/src/config.cf.ja/acl.cf @@ -53,6 +53,7 @@ article_post_restrictions = reject_system_special_accounts # permit_member_maps # permit_anonymous_command # permit_user_command +# check_pgp_signature # reject_system_special_accounts # reject # ) @@ -69,6 +70,7 @@ command_mail_restrictions = reject_system_special_accounts # permit_anyone # permit_admin_member_maps # check_admin_member_password +# check_pgp_signature # reject_system_special_accounts # reject # ) -- cgit v1.2.1