diff options
| author | fukachan <fukachan> | 2006-03-19 14:59:25 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-03-19 14:59:25 +0000 |
| commit | 8fe4e11515013754fbdfafb01a83eff869eacb82 (patch) | |
| tree | 35c009868b11b78737304f38eaaabf66733cbd76 /fml/doc/en/tutorial/variables/class.sgml | |
| parent | 7e507da2c653df82c45553f4e394d5935c783d2a (diff) | |
| download | fml8-8fe4e11515013754fbdfafb01a83eff869eacb82.tar.gz fml8-8fe4e11515013754fbdfafb01a83eff869eacb82.tar.bz2 fml8-8fe4e11515013754fbdfafb01a83eff869eacb82.zip | |
regen
Diffstat (limited to 'fml/doc/en/tutorial/variables/class.sgml')
| -rw-r--r-- | fml/doc/en/tutorial/variables/class.sgml | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/fml/doc/en/tutorial/variables/class.sgml b/fml/doc/en/tutorial/variables/class.sgml index 4a9c1793..01f8d060 100644 --- a/fml/doc/en/tutorial/variables/class.sgml +++ b/fml/doc/en/tutorial/variables/class.sgml @@ -24,6 +24,10 @@ admin { $admin_command_mail_restrictions } + admin_command_mail_fucntion { + $use_admin_command_mail_fucntion + } + admin_member { $admin_member_maps $primary_admin_member_map @@ -139,6 +143,13 @@ article { } article_* { + ? $article_header_list_help + ? $article_header_list_id + ? $article_header_list_owner + ? $article_header_list_post + ? $article_header_list_software + ? $article_header_list_subscribe + ? $article_header_list_unsubscribe $article_message_id_cache_dir $article_sequence_file ? $article_subject_tag @@ -213,6 +224,9 @@ admin_command { admin_command { } + + admin_command_mail_fucntion { + } } anonymous_command { @@ -340,7 +354,6 @@ default { default_* { $default_mail_body_size_limit $default_mail_header_size_limit - ? $default_umask } } @@ -565,6 +578,16 @@ mail { mail_* { $mail_aliases_file + ? $mail_header_default_errors_to + ? $mail_header_default_list_help + ? $mail_header_default_list_id + ? $mail_header_default_list_owner + ? $mail_header_default_list_post + ? $mail_header_default_list_software + ? $mail_header_default_list_subscribe + ? $mail_header_default_list_unsubscribe + ? $mail_header_default_precedence + ? $mail_header_default_x_ml_name $mail_queue_dir } } @@ -577,6 +600,7 @@ maintainer { maintainer_* { ? $maintainer + ? $maintainer_signature } } @@ -765,6 +789,10 @@ sendmail { smtp { + smtp_log { + $use_smtp_log + } + smtp_* { ? $smtp_sender ? $smtp_servers @@ -800,6 +828,7 @@ sql { system { system_* { + ? $system_default_umask ? $system_has_alarm ? $system_has_fork ? $system_has_getpwgid |
