summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/variables
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-05-22 13:33:52 +0000
committerfukachan <fukachan>2004-05-22 13:33:52 +0000
commit8443606a8e73c43c6d6a904175b202187635ac2b (patch)
treeca4149339803dd118101e1ad27e3f341404af13c /fml/doc/ja/tutorial/variables
parent71738deaf729aab919ad332aeb117b965eb5df37 (diff)
downloadfml8-8443606a8e73c43c6d6a904175b202187635ac2b.tar.gz
fml8-8443606a8e73c43c6d6a904175b202187635ac2b.tar.bz2
fml8-8443606a8e73c43c6d6a904175b202187635ac2b.zip
regen: variable name and hook renaming.
Diffstat (limited to 'fml/doc/ja/tutorial/variables')
-rw-r--r--fml/doc/ja/tutorial/variables/class.sgml25
-rw-r--r--fml/doc/ja/tutorial/variables/filter.rules.sgml138
-rw-r--r--fml/doc/ja/tutorial/variables/filter.size.sgml2
-rw-r--r--fml/doc/ja/tutorial/variables/list.sgml50
4 files changed, 197 insertions, 18 deletions
diff --git a/fml/doc/ja/tutorial/variables/class.sgml b/fml/doc/ja/tutorial/variables/class.sgml
index bdf586bd..06434c2c 100644
--- a/fml/doc/ja/tutorial/variables/class.sgml
+++ b/fml/doc/ja/tutorial/variables/class.sgml
@@ -94,6 +94,14 @@ article {
$use_article_size_filter
}
+ article_spam_filter {
+ ? $article_spam_filter_bogofilter_options
+ $article_spam_filter_functions
+ ? $article_spam_filter_spamassassin_options
+ ? $article_spam_filter_spamc_options
+ $use_article_spam_filter
+ }
+
article_text_plain_filter {
$article_text_plain_filter_rules
$use_article_text_plain_filter
@@ -316,18 +324,15 @@ domain {
error {
error_mail_analyzer {
+ $error_mail_analyzer_cache_dir
+ ? $error_mail_analyzer_cache_mode
+ ? $error_mail_analyzer_cache_size
+ $error_mail_analyzer_cache_type
+ ? $error_mail_analyzer_function
+ ? $error_mail_analyzer_function_select_list
+ $error_mail_analyzer_simple_count_limit
$use_error_mail_analyzer_function
}
-
- error_* {
- $error_analyzer_cache_dir
- ? $error_analyzer_cache_mode
- ? $error_analyzer_cache_size
- $error_analyzer_cache_type
- ? $error_analyzer_function
- ? $error_analyzer_function_select_list
- $error_analyzer_simple_count_limit
- }
}
html {
diff --git a/fml/doc/ja/tutorial/variables/filter.rules.sgml b/fml/doc/ja/tutorial/variables/filter.rules.sgml
index f503f5c2..41d7f1c5 100644
--- a/fml/doc/ja/tutorial/variables/filter.rules.sgml
+++ b/fml/doc/ja/tutorial/variables/filter.rules.sgml
@@ -165,6 +165,41 @@ article_filter_reject_notice_data_type = string
# History:
# Value:
# Examples:
+use_article_spam_filter = no
+
+
+# Descriptions: list up driver names used as spam checker.
+# History: none
+# Value: spamassassin | spamc | bogofilter
+# Examples: bogofilter
+article_spam_filter_functions = bogofilter
+
+
+# Descriptions: exit non-zero status code when spam caught if "-e" specified.
+# History: none
+# Value: STR
+# Examples: -e
+article_spam_filter_spamassassin_options = -e
+
+
+# Descriptions: spamc optoins. "-c" means check only.
+# History: none
+# Value: STR
+# Examples: -c
+article_spam_filter_spamc_options = -c
+
+
+# Descriptions: "-e" implies embedded mode.
+# History: none
+# Value: STR
+# Examples: -e
+article_spam_filter_bogofilter_options = -e
+
+
+# Descriptions:
+# History:
+# Value:
+# Examples:
use_command_mail_filter = yes
@@ -218,5 +253,108 @@ command_mail_size_filter_rules = check_header_size
path_bogofilter = @BOGOFILTER@
+# $article_digest_finish_end_hook = q{ 1;};
+# $article_digest_finish_start_hook = q{ 1;};
+# $article_digest_prepare_end_hook = q{ 1;};
+# $article_digest_prepare_start_hook = q{ 1;};
+# $article_digest_run_end_hook = q{ 1;};
+# $article_digest_run_start_hook = q{ 1;};
+# $article_digest_verify_request_end_hook = q{ 1;};
+# $article_digest_verify_request_start_hook = q{ 1;};
+# $article_filter_end_hook = q{ 1;};
+# $article_filter_start_hook = q{ 1;};
+# $article_header_rewrite_end_hook = q{ 1;};
+# $article_header_rewrite_start_hook = q{ 1;};
+# $article_post_finish_end_hook = q{ 1;};
+# $article_post_finish_start_hook = q{ 1;};
+# $article_post_prepare_end_hook = q{ 1;};
+# $article_post_prepare_start_hook = q{ 1;};
+# $article_post_run_end_hook = q{ 1;};
+# $article_post_run_start_hook = q{ 1;};
+# $article_post_verify_request_end_hook = q{ 1;};
+# $article_post_verify_request_start_hook = q{ 1;};
+# $command_mail_filter_end_hook = q{ 1;};
+# $command_mail_filter_start_hook = q{ 1;};
+# $command_mail_finish_end_hook = q{ 1;};
+# $command_mail_finish_start_hook = q{ 1;};
+# $command_mail_prepare_end_hook = q{ 1;};
+# $command_mail_prepare_start_hook = q{ 1;};
+# $command_mail_run_end_hook = q{ 1;};
+# $command_mail_run_start_hook = q{ 1;};
+# $command_mail_verify_request_end_hook = q{ 1;};
+# $command_mail_verify_request_start_hook = q{ 1;};
+# $distribute_finish_end_hook = q{ 1;};
+# $distribute_finish_start_hook = q{ 1;};
+# $distribute_prepare_end_hook = q{ 1;};
+# $distribute_prepare_start_hook = q{ 1;};
+# $distribute_run_end_hook = q{ 1;};
+# $distribute_run_start_hook = q{ 1;};
+# $distribute_verify_request_end_hook = q{ 1;};
+# $distribute_verify_request_start_hook = q{ 1;};
+# $error_mail_analyzer_finish_end_hook = q{ 1;};
+# $error_mail_analyzer_finish_start_hook = q{ 1;};
+# $error_mail_analyzer_prepare_end_hook = q{ 1;};
+# $error_mail_analyzer_prepare_start_hook = q{ 1;};
+# $error_mail_analyzer_run_end_hook = q{ 1;};
+# $error_mail_analyzer_run_start_hook = q{ 1;};
+# $error_mail_analyzer_verify_request_end_hook = q{ 1;};
+# $error_mail_analyzer_verify_request_start_hook = q{ 1;};
+# $faker_finish_end_hook = q{ 1;};
+# $faker_finish_start_hook = q{ 1;};
+# $faker_prepare_end_hook = q{ 1;};
+# $faker_prepare_start_hook = q{ 1;};
+# $faker_run_end_hook = q{ 1;};
+# $faker_run_start_hook = q{ 1;};
+# $faker_verify_request_end_hook = q{ 1;};
+# $faker_verify_request_start_hook = q{ 1;};
+# $fmladdr_finish_end_hook = q{ 1;};
+# $fmladdr_finish_start_hook = q{ 1;};
+# $fmladdr_prepare_end_hook = q{ 1;};
+# $fmladdr_prepare_start_hook = q{ 1;};
+# $fmladdr_run_end_hook = q{ 1;};
+# $fmladdr_run_start_hook = q{ 1;};
+# $fmladdr_verify_request_end_hook = q{ 1;};
+# $fmladdr_verify_request_start_hook = q{ 1;};
+# $fmlalias_finish_end_hook = q{ 1;};
+# $fmlalias_finish_start_hook = q{ 1;};
+# $fmlalias_prepare_end_hook = q{ 1;};
+# $fmlalias_prepare_start_hook = q{ 1;};
+# $fmlalias_run_end_hook = q{ 1;};
+# $fmlalias_run_start_hook = q{ 1;};
+# $fmlalias_verify_request_end_hook = q{ 1;};
+# $fmlalias_verify_request_start_hook = q{ 1;};
+# $fmlconf_finish_end_hook = q{ 1;};
+# $fmlconf_finish_start_hook = q{ 1;};
+# $fmlconf_prepare_end_hook = q{ 1;};
+# $fmlconf_prepare_start_hook = q{ 1;};
+# $fmlconf_run_end_hook = q{ 1;};
+# $fmlconf_run_start_hook = q{ 1;};
+# $fmlconf_verify_request_end_hook = q{ 1;};
+# $fmlconf_verify_request_start_hook = q{ 1;};
+# $fmldoc_finish_end_hook = q{ 1;};
+# $fmldoc_finish_start_hook = q{ 1;};
+# $fmldoc_prepare_end_hook = q{ 1;};
+# $fmldoc_prepare_start_hook = q{ 1;};
+# $fmldoc_run_end_hook = q{ 1;};
+# $fmldoc_run_start_hook = q{ 1;};
+# $fmldoc_verify_request_end_hook = q{ 1;};
+# $fmldoc_verify_request_start_hook = q{ 1;};
+# $fmlhtmlify_finish_end_hook = q{ 1;};
+# $fmlhtmlify_finish_start_hook = q{ 1;};
+# $fmlhtmlify_prepare_end_hook = q{ 1;};
+# $fmlhtmlify_prepare_start_hook = q{ 1;};
+# $fmlhtmlify_run_end_hook = q{ 1;};
+# $fmlhtmlify_run_start_hook = q{ 1;};
+# $fmlhtmlify_verify_request_end_hook = q{ 1;};
+# $fmlhtmlify_verify_request_start_hook = q{ 1;};
+# $makefml_finish_end_hook = q{ 1;};
+# $makefml_finish_start_hook = q{ 1;};
+# $makefml_prepare_end_hook = q{ 1;};
+# $makefml_prepare_start_hook = q{ 1;};
+# $makefml_run_end_hook = q{ 1;};
+# $makefml_run_start_hook = q{ 1;};
+# $makefml_verify_request_end_hook = q{ 1;};
+# $makefml_verify_request_start_hook = q{ 1;};
+
</screen>
</para>
diff --git a/fml/doc/ja/tutorial/variables/filter.size.sgml b/fml/doc/ja/tutorial/variables/filter.size.sgml
index ab91d99e..485584c1 100644
--- a/fml/doc/ja/tutorial/variables/filter.size.sgml
+++ b/fml/doc/ja/tutorial/variables/filter.size.sgml
@@ -165,7 +165,7 @@ outgoing_command_mail_body_size_limit = $default_mail_body_size_limit
# History: none
# Value: number
# Examples:
-error_analyzer_cache_size = 14
+error_mail_analyzer_cache_size = 14
</screen>
</para>
diff --git a/fml/doc/ja/tutorial/variables/list.sgml b/fml/doc/ja/tutorial/variables/list.sgml
index 27e9b510..0028c84b 100644
--- a/fml/doc/ja/tutorial/variables/list.sgml
+++ b/fml/doc/ja/tutorial/variables/list.sgml
@@ -187,6 +187,42 @@ check_header_size
</row>
<row>
<entry>
+article_spam_filter_bogofilter_options</entry>
+<entry>
+ "-e" implies embedded mode.</entry>
+<entry>
+-e
+ </entry>
+</row>
+<row>
+<entry>
+article_spam_filter_functions</entry>
+<entry>
+ list up driver names used as spam checker.</entry>
+<entry>
+bogofilter
+ </entry>
+</row>
+<row>
+<entry>
+article_spam_filter_spamassassin_options</entry>
+<entry>
+ exit non-zero status code when spam caught if "-e" specified.</entry>
+<entry>
+-e
+ </entry>
+</row>
+<row>
+<entry>
+article_spam_filter_spamc_options</entry>
+<entry>
+ spamc optoins. "-c" means check only.</entry>
+<entry>
+-c
+ </entry>
+</row>
+<row>
+<entry>
article_subject_tag</entry>
<entry>
Subject: のタグ</entry>
@@ -575,7 +611,7 @@ $domain_config_base_dir/sendmail
</row>
<row>
<entry>
-error_analyzer_cache_dir</entry>
+error_mail_analyzer_cache_dir</entry>
<entry>
error messages のキャッシュを格納するディレクトリ</entry>
<entry>
@@ -584,7 +620,7 @@ $db_dir/error
</row>
<row>
<entry>
-error_analyzer_cache_mode</entry>
+error_mail_analyzer_cache_mode</entry>
<entry>
キャッシュのモード</entry>
<entry>
@@ -593,7 +629,7 @@ temporal
</row>
<row>
<entry>
-error_analyzer_cache_size</entry>
+error_mail_analyzer_cache_size</entry>
<entry>
キャッシュのサイズ</entry>
<entry>
@@ -602,7 +638,7 @@ error_analyzer_cache_size</entry>
</row>
<row>
<entry>
-error_analyzer_cache_type</entry>
+error_mail_analyzer_cache_type</entry>
<entry>
キャッシュのタイプ</entry>
<entry>
@@ -611,7 +647,7 @@ File::CacheDir
</row>
<row>
<entry>
-error_analyzer_function</entry>
+error_mail_analyzer_function</entry>
<entry>
FML::Error::Analyze 中の関数名。</entry>
<entry>
@@ -620,7 +656,7 @@ histgram
</row>
<row>
<entry>
-error_analyzer_function_select_list</entry>
+error_mail_analyzer_function_select_list</entry>
<entry>
FML::Error::Analyze 中の関数名。</entry>
<entry>
@@ -630,7 +666,7 @@ simple_count
</row>
<row>
<entry>
-error_analyzer_simple_count_limit</entry>
+error_mail_analyzer_simple_count_limit</entry>
<entry>
simple_count のエラー回数の上限</entry>
<entry>