diff options
| author | fukachan <fukachan> | 2006-02-05 02:43:57 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-02-05 02:43:57 +0000 |
| commit | 097f3a227306cf307c89bc72a636eaf80f80b871 (patch) | |
| tree | df699cfee1928f1a116930022fc4394468f251b7 /fml | |
| parent | e85261e82d3b1f30231da3baa6e2d4c3638acfb6 (diff) | |
| download | fml8-097f3a227306cf307c89bc72a636eaf80f80b871.tar.gz fml8-097f3a227306cf307c89bc72a636eaf80f80b871.tar.bz2 fml8-097f3a227306cf307c89bc72a636eaf80f80b871.zip | |
$createonpost_sender_restrictions += reject_list_header_field
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/etc/default_config.cf.en.in | 3 | ||||
| -rw-r--r-- | fml/etc/default_config.cf.ja.in | 5 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.en/createonpost.cf | 3 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.ja/createonpost.cf | 5 |
4 files changed, 14 insertions, 2 deletions
diff --git a/fml/etc/default_config.cf.en.in b/fml/etc/default_config.cf.en.in index 090e44fb..ac28d63f 100644 --- a/fml/etc/default_config.cf.en.in +++ b/fml/etc/default_config.cf.en.in @@ -2793,12 +2793,15 @@ use_createonpost_function = yes # reject_errormail # reject_fml8_managed_address # reject_createonpost_domain +# reject_list_header_field +# reject_system_special_accounts # permit_createonpost_sender_maps # permit_anyone # ) # Examples: permit_anyone createonpost_sender_restrictions = reject_system_special_accounts reject_errormail + reject_list_header_field reject_fml8_managed_address reject_createonpost_domain permit_anyone diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in index 8b538037..16f2090c 100644 --- a/fml/etc/default_config.cf.ja.in +++ b/fml/etc/default_config.cf.ja.in @@ -2874,12 +2874,15 @@ use_createonpost_function = yes # reject_errormail # reject_fml8_managed_address # reject_createonpost_domain +# reject_list_header_field +# reject_system_special_accounts # permit_createonpost_sender_maps # permit_anyone # ) # Examples: permit_anyone createonpost_sender_restrictions = reject_system_special_accounts - reject_errormail + reject_errormail + reject_list_header_field reject_fml8_managed_address reject_createonpost_domain permit_anyone diff --git a/fml/etc/src/config.cf.en/createonpost.cf b/fml/etc/src/config.cf.en/createonpost.cf index 8f8ef587..2fae5f14 100644 --- a/fml/etc/src/config.cf.en/createonpost.cf +++ b/fml/etc/src/config.cf.en/createonpost.cf @@ -14,12 +14,15 @@ use_createonpost_function = yes # reject_errormail # reject_fml8_managed_address # reject_createonpost_domain +# reject_list_header_field +# reject_system_special_accounts # permit_createonpost_sender_maps # permit_anyone # ) # Examples: permit_anyone createonpost_sender_restrictions = reject_system_special_accounts reject_errormail + reject_list_header_field reject_fml8_managed_address reject_createonpost_domain permit_anyone diff --git a/fml/etc/src/config.cf.ja/createonpost.cf b/fml/etc/src/config.cf.ja/createonpost.cf index 4c9aab11..a6cc34be 100644 --- a/fml/etc/src/config.cf.ja/createonpost.cf +++ b/fml/etc/src/config.cf.ja/createonpost.cf @@ -14,12 +14,15 @@ use_createonpost_function = yes # reject_errormail # reject_fml8_managed_address # reject_createonpost_domain +# reject_list_header_field +# reject_system_special_accounts # permit_createonpost_sender_maps # permit_anyone # ) # Examples: permit_anyone createonpost_sender_restrictions = reject_system_special_accounts - reject_errormail + reject_errormail + reject_list_header_field reject_fml8_managed_address reject_createonpost_domain permit_anyone |
