summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/variables
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-05-01 23:38:08 +0000
committerfukachan <fukachan>2004-05-01 23:38:08 +0000
commitf83f0e5c6c5b3d7f618ab00e5ea930cab67239e1 (patch)
tree2b1f6f6e78340279660d0566f5b6eb51066720a9 /fml/doc/ja/tutorial/variables
parentc092ee4316aac00126aedc08fa904ae269732361 (diff)
downloadfml8-f83f0e5c6c5b3d7f618ab00e5ea930cab67239e1.tar.gz
fml8-f83f0e5c6c5b3d7f618ab00e5ea930cab67239e1.tar.bz2
fml8-f83f0e5c6c5b3d7f618ab00e5ea930cab67239e1.zip
regen: html_archive_*charset*, path_*
Diffstat (limited to 'fml/doc/ja/tutorial/variables')
-rw-r--r--fml/doc/ja/tutorial/variables/class.sgml5
-rw-r--r--fml/doc/ja/tutorial/variables/filter.rules.sgml2
2 files changed, 7 insertions, 0 deletions
diff --git a/fml/doc/ja/tutorial/variables/class.sgml b/fml/doc/ja/tutorial/variables/class.sgml
index db41e52e..fa10636c 100644
--- a/fml/doc/ja/tutorial/variables/class.sgml
+++ b/fml/doc/ja/tutorial/variables/class.sgml
@@ -332,6 +332,9 @@ error {
html {
html_archive {
+ ? $html_archive_charset_en
+ ? $html_archive_charset_ja
+ ? $html_archive_default_charset
$html_archive_dir
$html_archive_index_order_type
$use_html_archive
@@ -526,9 +529,11 @@ outgoing {
path {
path_* {
+ $path_bogofilter
$path_bunzip2
$path_bzip2
$path_cksum
+ $path_clamscan
$path_compress
$path_gpg
$path_gunzip
diff --git a/fml/doc/ja/tutorial/variables/filter.rules.sgml b/fml/doc/ja/tutorial/variables/filter.rules.sgml
index 293ff456..f503f5c2 100644
--- a/fml/doc/ja/tutorial/variables/filter.rules.sgml
+++ b/fml/doc/ja/tutorial/variables/filter.rules.sgml
@@ -216,5 +216,7 @@ command_mail_size_filter_rules = check_header_size
check_line_length_limit
permit
+path_bogofilter = @BOGOFILTER@
+
</screen>
</para>