diff options
| author | fukachan <fukachan> | 2004-03-12 11:22:56 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-03-12 11:22:56 +0000 |
| commit | 99954e1bc5b6734c43c7c195b846d0fe741bdbfb (patch) | |
| tree | 0f359badfeba3b441197c285c66529614f137772 /fml/doc/ja/tutorial/variables/class.sgml | |
| parent | 2ab5e958bf78b7524acf41e2916eb71647c24a20 (diff) | |
| download | fml8-99954e1bc5b6734c43c7c195b846d0fe741bdbfb.tar.gz fml8-99954e1bc5b6734c43c7c195b846d0fe741bdbfb.tar.bz2 fml8-99954e1bc5b6734c43c7c195b846d0fe741bdbfb.zip | |
regen:
[*_program -> *_function]
$use_command_mail_program -> $use_command_mail_function
$use_digest_program -> $use_article_digest_function
$use_distribute_program -> $use_article_post_function
$use_error_analyzer_program -> $use_error_mail_analyzer_function
[command list]
$commands_for_user -> $user_command_mail_allowed_commands
$commands_for_stranger -> $anonymous_command_mail_allowed_commands
$commands_for_privileged_user -> $admin_command_mail_allowed_commands
$commands_for_admin_cgi -> $admin_cgi_allowed_commands
[restrictions]
$post_restrictions -> $article_post_restrictions
$post_restrictions_reject_notice_data_type
-> $article_post_restrictions_reject_notice_data_type
$command_restrictions -> $command_mail_restrictions
permit_commands_for_stranger -> permit_anonymous_command_mail
$admin_command_restrictions -> $admin_command_mail_restrictions
Diffstat (limited to 'fml/doc/ja/tutorial/variables/class.sgml')
| -rw-r--r-- | fml/doc/ja/tutorial/variables/class.sgml | 73 |
1 files changed, 43 insertions, 30 deletions
diff --git a/fml/doc/ja/tutorial/variables/class.sgml b/fml/doc/ja/tutorial/variables/class.sgml index 0b0530d34..3a3d0d32 100644 --- a/fml/doc/ja/tutorial/variables/class.sgml +++ b/fml/doc/ja/tutorial/variables/class.sgml @@ -15,7 +15,8 @@ address { admin { admin_command { - $admin_command_restrictions + ? $admin_command_mail_allowed_commands + $admin_command_mail_restrictions } admin_member { @@ -34,6 +35,7 @@ admin { } admin_* { + ? $admin_cgi_allowed_commands $admin_cgi_base_dir } } @@ -44,6 +46,10 @@ article { $use_article_delivery } + article_digest { + $use_article_digest_function + } + article_filter { $article_filter_functions $use_article_filter @@ -75,6 +81,13 @@ article { $use_article_non_mime_filter } + article_post { + ? $article_post_address + $article_post_restrictions + $article_post_restrictions_reject_notice_data_type + $use_article_post_function + } + article_size_filter { $article_size_filter_rules $use_article_size_filter @@ -113,9 +126,12 @@ cgi { command { command_mail { + ? $command_mail_address $command_mail_line_length_limit ? $command_mail_reply_prompt - $use_command_mail_program + $command_mail_restrictions + $use_command_mail_function + ? $user_command_mail_allowed_commands } command_mail_filter { @@ -141,10 +157,6 @@ command { command_mail_valid_command { $command_mail_valid_command_limit } - - command_* { - $command_restrictions - } } admin_command { @@ -153,6 +165,13 @@ admin_command { } } +anonymous_command { + + anonymous_command { + ? $anonymous_command_mail_allowed_commands + } +} + chaddr_command { chaddr_command { @@ -232,6 +251,12 @@ unsubscribe_command { } } +user_command { + + user_command { + } +} + default { default_* { @@ -243,11 +268,6 @@ default { digest { - digest { - $digest_sequence_file - $use_digest_program - } - digest_header_rewrite { $digest_header_rewrite_rules $use_digest_header_rewrite @@ -262,6 +282,10 @@ digest { $digest_recipient_maps $primary_digest_recipient_map } + + digest_* { + $digest_sequence_file + } } directory { @@ -273,13 +297,6 @@ directory { } } -distribute { - - distribute { - $use_distribute_program - } -} - domain { domain_* { @@ -297,7 +314,11 @@ domain { error { - error_analyzer { + error_mail_analyzer { + $use_error_mail_analyzer_function + } + + error_* { $error_analyzer_cache_dir ? $error_analyzer_cache_mode ? $error_analyzer_cache_size @@ -305,7 +326,6 @@ error { ? $error_analyzer_function ? $error_analyzer_function_list $error_analyzer_simple_count_limit - $use_error_analyzer_program } } @@ -541,11 +561,6 @@ path { } post { - - post_* { - $post_restrictions - $post_restrictions_reject_notice_data_type - } } postfix { @@ -683,6 +698,9 @@ thread { user { + user_command { + } + user_db_gecos { $primary_user_db_gecos_map $user_db_gecos_maps @@ -720,12 +738,7 @@ _dir$ { *** unclassified *** - ? $commands_for_admin - ? $commands_for_admin_cgi ? $commands_for_ml_admin_cgi - ? $commands_for_privileged_user - ? $commands_for_stranger - ? $commands_for_user ? $file_default_mode ? $language_preference_order ? $unsafe_header_fields |
