diff options
| author | fukachan <fukachan> | 2003-11-29 11:38:27 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-11-29 11:38:27 +0000 |
| commit | 0e9c4d90f91479c6b6202e9d78781dd38ffe81f4 (patch) | |
| tree | 9a50ad7f364f3a693051ef7d2ced5450097a12ab /fml/doc/en | |
| parent | 26f0dd7c5778fe910a989dee9267301ee8d622fd (diff) | |
| download | fml8-0e9c4d90f91479c6b6202e9d78781dd38ffe81f4.tar.gz fml8-0e9c4d90f91479c6b6202e9d78781dd38ffe81f4.tar.bz2 fml8-0e9c4d90f91479c6b6202e9d78781dd38ffe81f4.zip | |
regen:
o $outgoing_mail_header_x_ml_name
o $log_computer_output
o $log_computer_output_engine
Diffstat (limited to 'fml/doc/en')
| -rw-r--r-- | fml/doc/en/tutorial/variables/class.sgml | 13 | ||||
| -rw-r--r-- | fml/doc/en/tutorial/variables/list.sgml | 36 |
2 files changed, 36 insertions, 13 deletions
diff --git a/fml/doc/en/tutorial/variables/class.sgml b/fml/doc/en/tutorial/variables/class.sgml index a0195449..10768ab9 100644 --- a/fml/doc/en/tutorial/variables/class.sgml +++ b/fml/doc/en/tutorial/variables/class.sgml @@ -372,6 +372,11 @@ log { $log_type $use_log } + + log_computer_output { + ? $log_computer_output_engine + $use_log_computer_output + } } mail { @@ -450,6 +455,10 @@ outgoing { ? $outgoing_mail_cache_size $use_outgoing_mail_cache } + + outgoing_* { + ? $outgoing_mail_header_x_ml_name + } } path { @@ -651,10 +660,6 @@ user { } x { - - x_* { - ? $x_ml_name - } } diff --git a/fml/doc/en/tutorial/variables/list.sgml b/fml/doc/en/tutorial/variables/list.sgml index 688f4f6c..b1fd593e 100644 --- a/fml/doc/en/tutorial/variables/list.sgml +++ b/fml/doc/en/tutorial/variables/list.sgml @@ -869,6 +869,15 @@ flock </row> <row> <entry> +log_computer_output_engine</entry> +<entry> + specify perl module for output engine.</entry> +<entry> +FML::Log::Print::Simple + </entry> +</row> +<row> +<entry> log_dir</entry> <entry> log dir</entry> @@ -1110,6 +1119,15 @@ outgoing_mail_cache_size</entry> </row> <row> <entry> +outgoing_mail_header_x_ml_name</entry> +<entry> + ml name in both X-ML-Name: and X-Sequence header fields.</entry> +<entry> +$ml_name + </entry> +</row> +<row> +<entry> post_restrictions</entry> <entry> restrictions for post</entry> @@ -1755,6 +1773,15 @@ yes </row> <row> <entry> +use_log_computer_output</entry> +<entry> + if yes, makefml/fml outputs machine friendly log.</entry> +<entry> +no + </entry> +</row> +<row> +<entry> use_outgoing_mail_cache</entry> <entry> cache outgoing mail cache ?</entry> @@ -1816,15 +1843,6 @@ var_dir</entry> $ml_home_dir/var </entry> </row> -<row> -<entry> -x_ml_name</entry> -<entry> - ml name in both X-ML-Name: and X-Sequence header fields.</entry> -<entry> -$ml_name - </entry> -</row> </tbody> </tgroup> </table> |
