diff options
| author | fukachan <fukachan> | 2006-04-11 11:56:54 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-04-11 11:56:54 +0000 |
| commit | 21df474339acd874adb64975655be57f0a27aa9b (patch) | |
| tree | ad53fe418e109a9fdddd295e550d9a09d3081928 /fml/etc/src/config.cf.en | |
| parent | 0acc86960154772a30bd48191128bf39638b9596 (diff) | |
| download | fml8-21df474339acd874adb64975655be57f0a27aa9b.tar.gz fml8-21df474339acd874adb64975655be57f0a27aa9b.tar.bz2 fml8-21df474339acd874adb64975655be57f0a27aa9b.zip | |
{article_post,command_mail}_restrictions support
{ignore,ignore_invalid_request}.
Diffstat (limited to 'fml/etc/src/config.cf.en')
| -rw-r--r-- | fml/etc/src/config.cf.en/acl.cf | 4 |
1 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 b8755b7e..c078a0a8 100644 --- a/fml/etc/src/config.cf.en/acl.cf +++ b/fml/etc/src/config.cf.en/acl.cf @@ -37,6 +37,8 @@ address_compare_function_domain_matching_level = 3 # permit_forward_to_moderator # reject_system_special_accounts # reject +# ignore_invalid_request +# ignore # ) # Examples: article_post_restrictions = reject_system_special_accounts @@ -53,6 +55,8 @@ article_post_restrictions = reject_system_special_accounts # check_pgp_signature # reject_system_special_accounts # reject +# ignore_invalid_request +# ignore # ) # Examples: command_mail_restrictions = reject_system_special_accounts |
