| Age | Commit message (Collapse) | Author |
|
|
|
error_analyzer_day_limit->error_mail_analyzer_day_limit
error_analyzer_cache_dir->error_mail_analyzer_cache_dir
error_analyzer_cache_type->error_mail_analyzer_cache_type
error_analyzer_cache_mode->error_mail_analyzer_cache_mode
error_analyzer_cache_size->error_mail_analyzer_cache_size
error_analyzer_function_select_list->error_mail_analyzer_function_select_list
error_analyzer_function->error_mail_analyzer_function
error_analyzer_simple_count_limit->error_mail_analyzer_simple_count_limit
|
|
|
|
s/cgi_language_list/cgi_language_select_list/;
s/cgi_menu_address_map_list/cgi_menu_address_map_select_list/;
s/error_analyzer_function_list/error_analyzer_function_select_list/;
s/template_file_charset_list/template_file_charset_select_list/;
|
|
$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
|
|
|
|
|
|
|
|
|
|
|
|
+error_analyzer_simple_count_limit = 5
|
|
+error_analyzer_cache_mode = temporal
+error_analyzer_cache_size = 14
|
|
relocating variable definitions in etc/src/
aling rule: e.g. use_XXX XXX_rules XXX_dir XXX_cache_dir
rename:
$recipient_limit -> $smtp_recipient_limit
$incoming_mail_dir -> $incoming_mail_cache_dir
$outgoing_mail_dir -> $outgoing_mail_cache_dir
$qmail_control_virtualdomains_file -> $qmail_virtualdomains_file
s/header_filter/article_header_filter/
s/header_rewrite/article_header_rewrite/
s/body_filter/article_body_filter/
s/subject_tag/article_subject_tag/
verify_XXX_* -> check_XXX
newly defined:
$use_digest_header_rewrite
removed:
$smtp_log_dir
$smtp_log_file
|
|
|
|
|