summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/variables
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-05-27 03:11:06 +0000
committerfukachan <fukachan>2005-05-27 03:11:06 +0000
commitd2f446db958bf90b4039a893cf799bd7c1df6646 (patch)
treebffd2d2f31be0cd31be35107f611298539e52126 /fml/doc/ja/tutorial/variables
parentab7f1e02e5bea7678274ea7ad681b38219f32097 (diff)
downloadfml8-d2f446db958bf90b4039a893cf799bd7c1df6646.tar.gz
fml8-d2f446db958bf90b4039a893cf799bd7c1df6646.tar.bz2
fml8-d2f446db958bf90b4039a893cf799bd7c1df6646.zip
regen
Diffstat (limited to 'fml/doc/ja/tutorial/variables')
-rw-r--r--fml/doc/ja/tutorial/variables/class.sgml21
-rw-r--r--fml/doc/ja/tutorial/variables/filter.rules.sgml21
-rw-r--r--fml/doc/ja/tutorial/variables/list.sgml81
3 files changed, 122 insertions, 1 deletions
diff --git a/fml/doc/ja/tutorial/variables/class.sgml b/fml/doc/ja/tutorial/variables/class.sgml
index ce190d5f..89c62562 100644
--- a/fml/doc/ja/tutorial/variables/class.sgml
+++ b/fml/doc/ja/tutorial/variables/class.sgml
@@ -105,13 +105,19 @@ article {
$use_article_spam_filter
}
+ article_spool {
+ $use_article_spool
+ }
+
article_text_plain_filter {
$article_text_plain_filter_rules
$use_article_text_plain_filter
}
article_virus_filter {
+ ? $article_virus_filter_clamav_options
? $article_virus_filter_drivers
+ $article_virus_filter_functions
$article_virus_filter_rules
$use_article_virus_filter
}
@@ -150,7 +156,6 @@ command {
? $command_mail_reply_prompt
$command_mail_restrictions
$use_command_mail_function
- ? $user_command_mail_allowed_commands
}
command_mail_filter {
@@ -168,6 +173,14 @@ command {
$command_mail_invalid_command_limit
}
+ command_mail_reply_preamble {
+ $use_command_mail_reply_preamble
+ }
+
+ command_mail_reply_trailor {
+ $use_command_mail_reply_trailor
+ }
+
command_mail_size_filter {
$command_mail_size_filter_rules
$use_command_mail_size_filter
@@ -273,6 +286,7 @@ unsubscribe_command {
user_command {
user_command {
+ ? $user_command_mail_allowed_commands
}
}
@@ -446,6 +460,11 @@ log {
? $log_file_charset_ja
? $log_file_default_charset
$log_format_type
+ ? $log_syslog_facility
+ ? $log_syslog_host
+ ? $log_syslog_ident
+ ? $log_syslog_options
+ ? $log_syslog_priority
$log_type
$use_log
}
diff --git a/fml/doc/ja/tutorial/variables/filter.rules.sgml b/fml/doc/ja/tutorial/variables/filter.rules.sgml
index 5961b2a5..f561e0f3 100644
--- a/fml/doc/ja/tutorial/variables/filter.rules.sgml
+++ b/fml/doc/ja/tutorial/variables/filter.rules.sgml
@@ -272,6 +272,27 @@ article_spam_filter_bogofilter_options = -e
# History:
# Value: YES_OR_NO
# Examples:
+use_article_virus_filter = no
+
+
+# Descriptions: list up driver names used as virus checker.
+# History: none
+# Value: MIX ( virusassassin virusc bogofilter )
+# Examples: bogofilter
+article_virus_filter_functions = clamav
+
+
+# Descriptions: --mbox needed for mail files.
+# History: none
+# Value: COMMAND_LINE_OPTIONS
+# Examples: --quiet --mbox
+article_virus_filter_clamav_options = --quiet --mbox
+
+
+# Descriptions:
+# History:
+# Value: YES_OR_NO
+# Examples:
use_command_mail_filter = yes
diff --git a/fml/doc/ja/tutorial/variables/list.sgml b/fml/doc/ja/tutorial/variables/list.sgml
index 85908141..7a68be18 100644
--- a/fml/doc/ja/tutorial/variables/list.sgml
+++ b/fml/doc/ja/tutorial/variables/list.sgml
@@ -295,6 +295,15 @@ reject_not_iso2022jp_japanese_string
</row>
<row>
<entry>
+article_virus_filter_clamav_options</entry>
+<entry>
+ --mbox needed for mail files.</entry>
+<entry>
+--quiet --mbox
+ </entry>
+</row>
+<row>
+<entry>
article_virus_filter_drivers</entry>
<entry>
ウィルスチェッカとして使う外部プログラム</entry>
@@ -304,6 +313,15 @@ clamscan
</row>
<row>
<entry>
+article_virus_filter_functions</entry>
+<entry>
+ list up driver names used as virus checker.</entry>
+<entry>
+clamav
+ </entry>
+</row>
+<row>
+<entry>
article_virus_filter_rules</entry>
<entry>
ウィルスだと判定された場合、どうするか?</entry>
@@ -1050,6 +1068,42 @@ log_rotate_size</entry>
</row>
<row>
<entry>
+log_syslog_facility</entry>
+<entry>
+ see syslog(3)</entry>
+<entry>
+mail
+ </entry>
+</row>
+<row>
+<entry>
+log_syslog_ident</entry>
+<entry>
+ すべてのメッセージの前に現れる文字列</entry>
+<entry>
+fml/$program_name
+ </entry>
+</row>
+<row>
+<entry>
+log_syslog_options</entry>
+<entry>
+ see syslog(3)</entry>
+<entry>
+pid
+ </entry>
+</row>
+<row>
+<entry>
+log_syslog_priority</entry>
+<entry>
+ see syslog(3)</entry>
+<entry>
+info
+ </entry>
+</row>
+<row>
+<entry>
log_type</entry>
<entry>
ログとりのタイプ (syslog は未実装)</entry>
@@ -1826,6 +1880,15 @@ no
</row>
<row>
<entry>
+use_article_spool</entry>
+<entry>
+ 記事をスプールディレクトリに保存する</entry>
+<entry>
+${use_spool:-yes}
+ </entry>
+</row>
+<row>
+<entry>
use_article_text_plain_filter</entry>
<entry>
先頭の text/plain 部分に対するフィルタ。</entry>
@@ -1862,6 +1925,24 @@ ${use_command_mail_program:-yes}
</row>
<row>
<entry>
+use_command_mail_reply_preamble</entry>
+<entry>
+ コマンドメールの返事の先頭に</entry>
+<entry>
+yes
+ </entry>
+</row>
+<row>
+<entry>
+use_command_mail_reply_trailor</entry>
+<entry>
+ コマンドメールの返事の最後に処理結果のサマリをつけるか否か?</entry>
+<entry>
+yes
+ </entry>
+</row>
+<row>
+<entry>
use_command_mail_size_filter</entry>
<entry>
サイズ情報を根拠にしたフィルタリングをするか?</entry>