| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
controll $group_writable_config_dir and $primary_ml_home_prefix_map.
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
define at article.cf:
$use_article_delivery = yes
$article_delivery_transport = smtp
|
|
|
|
+path_clamscan = @CLAMSCAN@
|
|
|
|
+html_archive_charset_ja
+html_archive_charset_en
|
|
|
|
newml command creates $etc_dir.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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/;
|
|
|
|
|
|
|
|
this function disabled by default.
fml and makefml can use --allow-send-message --send-to=ADDRESS option for it.
|
|
function uses cui_command_specific_options() to get the command
specific options.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
permit_anonymous_command, permit_user_command rules.
|
|
|
|
makefml --allow-send-message --mode=user
|
|
[*_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
|
|
$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
|
|
|
|
article_post_address = $address_for_post
command_mail_address = $address_for_command
|
|
s/use_digest_program/use_article_digest_function/g;
s/use_distribute_program/use_article_post_function/g;
|
|
rename $reply_message_ -> $report_mail_
|
|
|
|
|