summaryrefslogtreecommitdiff
path: root/fml/doc/en
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-11-26 09:31:52 +0000
committerfukachan <fukachan>2003-11-26 09:31:52 +0000
commitb4b3a44abf1c849838fb9a401297ab467346228a (patch)
treeb785ab2f99e38f4263a91161abab9b35b1ca98b2 /fml/doc/en
parent1de5d2768d6c485f305f2e916aaa42d7e084514e (diff)
downloadfml8-b4b3a44abf1c849838fb9a401297ab467346228a.tar.gz
fml8-b4b3a44abf1c849838fb9a401297ab467346228a.tar.bz2
fml8-b4b3a44abf1c849838fb9a401297ab467346228a.zip
+ $address_compare_function_type
+ $use_address_compare_function
Diffstat (limited to 'fml/doc/en')
-rw-r--r--fml/doc/en/tutorial/variables/class.sgml8
-rw-r--r--fml/doc/en/tutorial/variables/list.sgml18
2 files changed, 26 insertions, 0 deletions
diff --git a/fml/doc/en/tutorial/variables/class.sgml b/fml/doc/en/tutorial/variables/class.sgml
index 1d995c51..a0195449 100644
--- a/fml/doc/en/tutorial/variables/class.sgml
+++ b/fml/doc/en/tutorial/variables/class.sgml
@@ -4,6 +4,14 @@ __exceptional__ {
? $timezone
}
+address {
+
+ address_compare {
+ $address_compare_function_type
+ $use_address_compare_function
+ }
+}
+
admin {
admin_command {
diff --git a/fml/doc/en/tutorial/variables/list.sgml b/fml/doc/en/tutorial/variables/list.sgml
index 4e5880c2..688f4f6c 100644
--- a/fml/doc/en/tutorial/variables/list.sgml
+++ b/fml/doc/en/tutorial/variables/list.sgml
@@ -14,6 +14,15 @@ default value(s)</entry>
<tbody>
<row>
<entry>
+address_compare_function_type</entry>
+<entry>
+ case insensitive comparison of user part of mail address.</entry>
+<entry>
+user_part_case_insensitive
+ </entry>
+</row>
+<row>
+<entry>
admin_cgi_base_dir</entry>
<entry>
base directory which locates .cgi for this domain.</entry>
@@ -1557,6 +1566,15 @@ confirmation
</row>
<row>
<entry>
+use_address_compare_function</entry>
+<entry>
+ FML::Credential checks address comparison</entry>
+<entry>
+yes
+ </entry>
+</row>
+<row>
+<entry>
use_article_delivery</entry>
<entry>
user article delivery function ?</entry>