summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/variables
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-07-03 00:15:00 +0000
committerfukachan <fukachan>2003-07-03 00:15:00 +0000
commitdc1b9a00ad87fbaec5a4c6584133ea4827939686 (patch)
tree5db090cc433a3a87f1050efc0567cacef1eea3c3 /fml/doc/ja/tutorial/variables
parente33859d0793257d8eb0b6c3d67acb291fa20804e (diff)
downloadfml8-dc1b9a00ad87fbaec5a4c6584133ea4827939686.tar.gz
fml8-dc1b9a00ad87fbaec5a4c6584133ea4827939686.tar.bz2
fml8-dc1b9a00ad87fbaec5a4c6584133ea4827939686.zip
regen
Diffstat (limited to 'fml/doc/ja/tutorial/variables')
-rw-r--r--fml/doc/ja/tutorial/variables/class.sgml107
-rw-r--r--fml/doc/ja/tutorial/variables/list.sgml17
2 files changed, 75 insertions, 49 deletions
diff --git a/fml/doc/ja/tutorial/variables/class.sgml b/fml/doc/ja/tutorial/variables/class.sgml
index 856af4f2..ae93cd34 100644
--- a/fml/doc/ja/tutorial/variables/class.sgml
+++ b/fml/doc/ja/tutorial/variables/class.sgml
@@ -6,7 +6,7 @@ __exceptional__ {
admin {
- admin_command_restrictions {
+ admin_command {
$admin_command_restrictions
}
@@ -30,6 +30,12 @@ admin {
}
}
+admin_command {
+
+ admin_command {
+ }
+}
+
article {
article_delivery {
@@ -107,7 +113,7 @@ cgi {
}
}
-chaddr {
+chaddr_command {
chaddr_command {
$chaddr_command_auth_type
@@ -117,7 +123,7 @@ chaddr {
command {
command_mail {
- ? $command_mail_line_length_limit
+ $command_mail_line_length_limit
$use_command_mail_program
}
@@ -132,8 +138,8 @@ command {
$use_command_mail_filter_reject_notice
}
- command_mail_junk_command {
- ? $command_mail_junk_command_limit
+ command_mail_invalid_command {
+ $command_mail_invalid_command_limit
}
command_mail_size_filter {
@@ -142,30 +148,16 @@ command {
}
command_mail_valid_command {
- ? $command_mail_valid_command_limit
- }
-
- command_restrictions {
- $command_restrictions
+ $command_mail_valid_command_limit
}
command_* {
? $command_prompt
+ $command_restrictions
}
}
-commands_for {
-
- commands_for_* {
- ? $commands_for_admin
- ? $commands_for_admin_cgi
- ? $commands_for_privileged_user
- ? $commands_for_stranger
- ? $commands_for_user
- }
-}
-
-confirm {
+confirm_command {
confirm_command {
? $confirm_command_prefix
@@ -246,11 +238,18 @@ error {
$error_analyzer_cache_type
? $error_analyzer_function
? $error_analyzer_function_list
- ? $error_analyzer_simple_count_limit
+ $error_analyzer_simple_count_limit
$use_error_analyzer_program
}
}
+get_command {
+
+ get_command {
+ $get_command_request_limit
+ }
+}
+
has {
has_* {
@@ -357,6 +356,23 @@ member {
}
}
+message_template {
+
+ message_template_* {
+ $message_template_dir
+ }
+}
+
+ml_local {
+
+ ml_local_* {
+ $ml_local_dir
+ $ml_local_lib_dir
+ $ml_local_message_template_dir
+ $ml_local_share_dir
+ }
+}
+
moderator {
moderator_member {
@@ -370,7 +386,7 @@ moderator {
}
}
-newml {
+newml_command {
newml_command {
$newml_command_init_private_dirs
@@ -446,14 +462,6 @@ path {
}
}
-post {
-
- post_restrictions {
- $post_restrictions
- $post_restrictions_reject_notice_data_type
- }
-}
-
postfix {
postfix_* {
@@ -462,7 +470,7 @@ postfix {
}
}
-privileged {
+privileged_command {
privileged_command {
? $privileged_command_prefix
@@ -490,11 +498,14 @@ recipient {
recipient {
$primary_recipient_map
$recipient_maps
- ? $smtp_recipient_limit
+ $smtp_recipient_limit
}
}
-rmml {
+report_mail {
+}
+
+rmml_command {
rmml_command {
? $rmml_command_mta_config_list
@@ -542,7 +553,7 @@ sql {
}
}
-subscribe {
+subscribe_command {
subscribe_command {
$subscribe_command_auth_type
@@ -553,8 +564,6 @@ system {
system_* {
? $system_accounts
- ? $system_message_charset
- ? $system_message_subject
}
}
@@ -581,13 +590,20 @@ thread {
}
}
-unsubscribe {
+unsubscribe_command {
unsubscribe_command {
$unsubscribe_command_auth_type
}
}
+x {
+
+ x_* {
+ ? $x_ml_name
+ }
+}
+
_file$ {
$guide_file
@@ -604,12 +620,7 @@ _dir$ {
$listinfo_dir
$listinfo_template_dir
$message_id_cache_dir
- $message_template_dir
$ml_admin_cgi_base_dir
- $ml_local_dir
- $ml_local_lib_dir
- $ml_local_message_template_dir
- $ml_local_share_dir
$shared_db_dir
$tmp_dir
$var_dir
@@ -617,13 +628,19 @@ _dir$ {
*** unclassified ***
+ ? $commands_for_admin
+ ? $commands_for_admin_cgi
+ ? $commands_for_privileged_user
+ ? $commands_for_stranger
+ ? $commands_for_user
? $list_addresses
+ $post_restrictions
+ $post_restrictions_reject_notice_data_type
? $reply_message_charset
? $reply_message_subject
? $summary_format_address_length
? $summary_format_style
? $template_file_charset
? $unsafe_header_fields
- ? $x_ml_name
</screen>
</para>
diff --git a/fml/doc/ja/tutorial/variables/list.sgml b/fml/doc/ja/tutorial/variables/list.sgml
index 9052b3e7..e8b40a2f 100644
--- a/fml/doc/ja/tutorial/variables/list.sgml
+++ b/fml/doc/ja/tutorial/variables/list.sgml
@@ -275,9 +275,9 @@ maintainer
</row>
<row>
<entry>
-command_mail_junk_command_limit</entry>
+command_mail_invalid_command_limit</entry>
<entry>
- メール一通あたりに含まれているコマンドの総数の上限。</entry>
+ コマンドメール一通あたりに含まれている</entry>
<entry>
100
</entry>
@@ -286,7 +286,7 @@ command_mail_junk_command_limit</entry>
<entry>
command_mail_line_length_limit</entry>
<entry>
- 一行あたりのコマンドの長さの上限</entry>
+ コマンドメールにおける一行あたりのコマンドの長さの上限。</entry>
<entry>
128
</entry>
@@ -308,7 +308,7 @@ check_header_size
<entry>
command_mail_valid_command_limit</entry>
<entry>
- メール一通あたりに含まれているコマンドの総数の上限。</entry>
+ コマンドメール一通あたりに含まれている</entry>
<entry>
100
</entry>
@@ -603,6 +603,15 @@ $var_dir/event/queue
</row>
<row>
<entry>
+get_command_request_limit</entry>
+<entry>
+ get コマンドで指定できる記事数の上限。</entry>
+<entry>
+100
+ </entry>
+</row>
+<row>
+<entry>
guide_file</entry>
<entry>
ヘルプファイル</entry>