diff options
| author | fukachan <fukachan> | 2005-12-13 12:43:06 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-12-13 12:43:06 +0000 |
| commit | 0c658e21c58ac9308b507865db0e9b19eb1a4e8c (patch) | |
| tree | 35c1e7dbce36e7deb279bb4fc2ab5103e3b2f4b6 | |
| parent | fab3c55bdc25ad686e2772f8416bb5af1be90add (diff) | |
| download | fml8-0c658e21c58ac9308b507865db0e9b19eb1a4e8c.tar.gz fml8-0c658e21c58ac9308b507865db0e9b19eb1a4e8c.tar.bz2 fml8-0c658e21c58ac9308b507865db0e9b19eb1a4e8c.zip | |
command_mail_restrictions supports check_pgp_signature
| -rw-r--r-- | fml/etc/src/config.cf.en/acl.cf | 2 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.ja/acl.cf | 2 |
2 files changed, 4 insertions, 0 deletions
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 # ) |
