diff options
| author | fukachan <fukachan> | 2005-12-19 03:08:29 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-12-19 03:08:29 +0000 |
| commit | 5a668426d55a1969732bfe4b027e3900ff76bef5 (patch) | |
| tree | 7c1f62a3a6e9c1098fba5f5a41fcd8f7a8127806 /fml/doc/ja/tutorial/variables | |
| parent | 950821815502ffe8cad0548febf8a8e309752d21 (diff) | |
| download | fml8-5a668426d55a1969732bfe4b027e3900ff76bef5.tar.gz fml8-5a668426d55a1969732bfe4b027e3900ff76bef5.tar.bz2 fml8-5a668426d55a1969732bfe4b027e3900ff76bef5.zip | |
regen: moderate class et.al.
Diffstat (limited to 'fml/doc/ja/tutorial/variables')
| -rw-r--r-- | fml/doc/ja/tutorial/variables/class.sgml | 8 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/variables/list.sgml | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/fml/doc/ja/tutorial/variables/class.sgml b/fml/doc/ja/tutorial/variables/class.sgml index b21c3b74..221bf45c 100644 --- a/fml/doc/ja/tutorial/variables/class.sgml +++ b/fml/doc/ja/tutorial/variables/class.sgml @@ -587,6 +587,14 @@ ml_local { } } +moderate { + + moderate { + $moderate_queue_dir + $use_moderate_function + } +} + moderator { moderator_member { diff --git a/fml/doc/ja/tutorial/variables/list.sgml b/fml/doc/ja/tutorial/variables/list.sgml index 675c7f83..55fbffb2 100644 --- a/fml/doc/ja/tutorial/variables/list.sgml +++ b/fml/doc/ja/tutorial/variables/list.sgml @@ -979,7 +979,7 @@ fetchfml_queue_dir</entry> <entry> queue_dir fetchfml uses as temporary incoming queue </entry> <entry> -$var_dir/mail/fetchfml +$var_dir/mail/queue-fetchfml </entry> </row> <row> @@ -1459,6 +1459,15 @@ $ml_local_dir/share </row> <row> <entry> +moderate_queue_dir</entry> +<entry> + queue_dir moderate uses as temporary incoming queue </entry> +<entry> +$var_dir/mail/queue-moderate + </entry> +</row> +<row> +<entry> moderator_member_maps</entry> <entry> メンバーかどうか認証する際に検索するすべてのメンバーリスト</entry> @@ -2389,6 +2398,15 @@ no </row> <row> <entry> +use_moderate_function</entry> +<entry> + use moderate function or not.</entry> +<entry> +yes + </entry> +</row> +<row> +<entry> use_outgoing_mail_cache</entry> <entry> 出力(配送)されるメールをキャッシュするか?</entry> |
