| Age | Commit message (Collapse) | Author |
|
"isolate" differs "hold".
"isolate" sets apart spam candidates from normal incoming messages,
whereas "hold" moves the incoming message to "hold" queue, which does
not move until someone changes the state.
|
|
|
|
|
|
restriction_state_get_ignore_reason() methods.
|
|
|
|
|
|
|
|
|
|
get_article_id -> article_get_id
set_article_id -> article_set_id
config_files_append_to_list -> config_files_append
append_to_config_files_list -> config_files_append_to_list
get_config_files_list -> config_files_get_list
load_config_files -> config_files_load
set_config_files_list -> config_files_set_list
verify_sender_credential -> credential_verify_sender
get_current_process_ml_name -> current_process_get_ml_name
set_current_process_ml_name -> current_process_set_ml_name
fix_perl_include_path -> env_fix_perl_include_path
parse_exception -> exception_parse
parse_incoming_message -> incoming_message_parse
clean_up_incoming_queue -> incoming_message_queue_clean_up
get_cui_menu -> menu_get_cui_config_file_path
get_gui_menu -> menu_get_gui_config_file_path
resolve_ml_specific_variables -> ml_variables_resolve
outgoing_message_open_channel -> outgoing_message_cache_open
open_outgoing_message_channel -> outgoing_message_open_channel
inform_reply_messages -> reply_message_inform
prepare_file_to_return -> reply_message_prepare_template
clean_up_tmpfiles -> tmp_files_clean_up
reset_umask -> umask_reset
set_umask_as_public -> umask_set_as_public
|
|
XXX alternative methods available in FML::Process::Utils.
|
|
|
|
command_context_reset_try_admin_auth_request() and
command_context_get_try_admin_auth_request() to handle context of
$*command_restrictions.
|
|
modified to use proper log$role().
bug fix log messages if needed.
|
|
|
|
if external filter process timeouts, notify it to $curproc layer, and
distribution process exit(75) for temporal failure.
implement filter_state_{set,get}_tempfail_request().
|
|
|
|
|
|
|
|
|
|
add methods:
filter_state_set_error()
filter_state_get_error()
mail_queue_set_incoming_queue()
mail_queue_get_incoming_queue()
|
|
|
|
smtp_server_state_set_error() and smtp_server_state_get_error().
|
|
command as the first valid argument.
define command_context_set_normal_stop(), command_context_get_normal_stop().
|
|
|
|
implement command_context_set_ml_name() and
command_context_get_ml_name().
This is preliminary codes for more extension so that we need to care
authentication differs among ML's when we enhance command processor
for listserv emulation.
|
|
|
|
restriction_state_init()
restriction_state_set_deny_reason()
restriction_state_get_deny_reason()
restriction_state_reply_reason()
error_message_set_count()
error_message_get_count()
|
|
|