diff options
| -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 ) |
