diff options
| author | fukachan <fukachan> | 2005-12-13 12:43:32 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-12-13 12:43:32 +0000 |
| commit | 37f3c98d94324f4ae78d9f07cad85cc0f4c2ab95 (patch) | |
| tree | e206b020292a4babe10cdaaf73635f15b5afb86d /fml | |
| parent | 0c658e21c58ac9308b507865db0e9b19eb1a4e8c (diff) | |
| download | fml8-37f3c98d94324f4ae78d9f07cad85cc0f4c2ab95.tar.gz fml8-37f3c98d94324f4ae78d9f07cad85cc0f4c2ab95.tar.bz2 fml8-37f3c98d94324f4ae78d9f07cad85cc0f4c2ab95.zip | |
regen: command_mail_restrictions supports check_pgp_signature
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/etc/default_config.cf.en.in | 2 | ||||
| -rw-r--r-- | fml/etc/default_config.cf.ja.in | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/fml/etc/default_config.cf.en.in b/fml/etc/default_config.cf.en.in index cc1c84a9..ffafae98 100644 --- a/fml/etc/default_config.cf.en.in +++ b/fml/etc/default_config.cf.en.in @@ -344,6 +344,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 # ) @@ -360,6 +361,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/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in index 57e62024..618dd20d 100644 --- a/fml/etc/default_config.cf.ja.in +++ b/fml/etc/default_config.cf.ja.in @@ -354,6 +354,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 # ) @@ -370,6 +371,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 # ) |
