diff options
| author | fukachan <fukachan> | 2005-10-29 11:46:27 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-10-29 11:46:27 +0000 |
| commit | 9b86c485be664908d1a756fa939c104f1b110cde (patch) | |
| tree | 45a12f31532be83d8c3602bdbd274fd0906dd30e /fml/etc | |
| parent | af853afe012c44d2265eb659efe4a57640dea3dc (diff) | |
| download | fml8-9b86c485be664908d1a756fa939c104f1b110cde.tar.gz fml8-9b86c485be664908d1a756fa939c104f1b110cde.tar.bz2 fml8-9b86c485be664908d1a756fa939c104f1b110cde.zip | |
+address_compare_function_domain_matching_level
Diffstat (limited to 'fml/etc')
| -rw-r--r-- | fml/etc/src/config.cf.en/acl.cf | 6 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.ja/acl.cf | 7 |
2 files changed, 13 insertions, 0 deletions
diff --git a/fml/etc/src/config.cf.en/acl.cf b/fml/etc/src/config.cf.en/acl.cf index 2da8f30d..7450f1a6 100644 --- a/fml/etc/src/config.cf.en/acl.cf +++ b/fml/etc/src/config.cf.en/acl.cf @@ -18,6 +18,12 @@ use_address_compare_function = yes # Examples: user_part_case_insensitive address_compare_function_type = user_part_case_insensitive +# Descriptions: domain matching level in comparing mail addresses +# History: ML_MEMBER_CHECK +# Value: NUM +# Examples: 3 +address_compare_function_domain_matching_level = 3 + =head2 restrictinos diff --git a/fml/etc/src/config.cf.ja/acl.cf b/fml/etc/src/config.cf.ja/acl.cf index d8c98f08..a98aab9a 100644 --- a/fml/etc/src/config.cf.ja/acl.cf +++ b/fml/etc/src/config.cf.ja/acl.cf @@ -22,6 +22,13 @@ use_address_compare_function = yes address_compare_function_type = user_part_case_insensitive +# Descriptions: メールアドレスを比較する際のドメイン比較レベル +# History: ML_MEMBER_CHECK +# Value: NUM +# Examples: 3 +address_compare_function_domain_matching_level = 3 + + =head2 各機能における制限( ***_restrictions ) |
