diff options
| author | fukachan <fukachan> | 2005-10-29 11:50:50 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-10-29 11:50:50 +0000 |
| commit | f83799c1168aa9b9bbee1350232e7f5db9ecfeaf (patch) | |
| tree | cd259cb8cbb912e4d0f5e59ee0d6a5685b64cae7 /fml/doc/en/tutorial/variables | |
| parent | df52bbcf71a7411c81049c8da0ce0d1f3c896a75 (diff) | |
| download | fml8-f83799c1168aa9b9bbee1350232e7f5db9ecfeaf.tar.gz fml8-f83799c1168aa9b9bbee1350232e7f5db9ecfeaf.tar.bz2 fml8-f83799c1168aa9b9bbee1350232e7f5db9ecfeaf.zip | |
regen
Diffstat (limited to 'fml/doc/en/tutorial/variables')
| -rw-r--r-- | fml/doc/en/tutorial/variables/class.sgml | 8 | ||||
| -rw-r--r-- | fml/doc/en/tutorial/variables/list.sgml | 46 |
2 files changed, 54 insertions, 0 deletions
diff --git a/fml/doc/en/tutorial/variables/class.sgml b/fml/doc/en/tutorial/variables/class.sgml index 780dce13..b21c3b74 100644 --- a/fml/doc/en/tutorial/variables/class.sgml +++ b/fml/doc/en/tutorial/variables/class.sgml @@ -7,6 +7,7 @@ __exceptional__ { address { address_compare { + ? $address_compare_function_domain_matching_level $address_compare_function_type $use_address_compare_function } @@ -122,6 +123,13 @@ article { $use_article_text_plain_filter } + article_thread_outline { + ? $article_thread_outline_greeting_en + ? $article_thread_outline_greeting_ja + $article_thread_outline_rules + $use_article_thread_outline + } + article_virus_filter { ? $article_virus_filter_clamav_options ? $article_virus_filter_drivers diff --git a/fml/doc/en/tutorial/variables/list.sgml b/fml/doc/en/tutorial/variables/list.sgml index bbfe0387..51345543 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_domain_matching_level</entry> +<entry> + domain matching level in comparing mail addresses</entry> +<entry> +3 + </entry> +</row> +<row> +<entry> address_compare_function_type</entry> <entry> case insensitive comparison of user part of mail address.</entry> @@ -384,6 +393,34 @@ reject_not_iso2022jp_japanese_string </row> <row> <entry> +article_thread_outline_greeting_en</entry> +<entry> + greeting prepended to thread outline</entry> +<entry> +[outline of this thread] + </entry> +</row> +<row> +<entry> +article_thread_outline_greeting_ja</entry> +<entry> + スレッドの概要が始まる部分につける挨拶</entry> +<entry> +[本スレッドのあらすじ] + </entry> +</row> +<row> +<entry> +article_thread_outline_rules</entry> +<entry> + where should we add thread outline ?</entry> +<entry> +add_outline_to_header + append_outline_to_body + </entry> +</row> +<row> +<entry> article_virus_filter_clamav_options</entry> <entry> --mbox needed for mail files.</entry> @@ -2124,6 +2161,15 @@ yes </row> <row> <entry> +use_article_thread_outline</entry> +<entry> + add thread outline automatically ?</entry> +<entry> +no + </entry> +</row> +<row> +<entry> use_article_virus_filter</entry> <entry> external virus checker. disabled by default.</entry> |
