summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
AgeCommit message (Collapse)Author
2004-07-23fix typo.fukachan
show nl error message if could.
2004-07-23fix comments (FNF)fukachan
2004-07-23fix error upcallfukachan
2004-07-23add qmgr: prefix to log messages.fukachan
2004-07-23fix comments.fukachan
ensure initial value. check $maintainer value.
2004-07-23fix comments and error messages.fukachan
2004-07-11fix commentsfukachan
2004-06-30reduce error messagetmu
2004-06-29mark by stop_this_process() when submission denied.fukachan
2004-06-27TERM_NL() macro support in message translation.fukachan
2004-06-27re-implement which_map()fukachan
2004-06-27queue system debug: trace number of bytes written.fukachan
2004-06-25fix comments (FNF)fukachan
2004-06-24nuke old style FML::Log use.fukachan
2004-06-24preliminary support of build-in virus/spam checker.fukachan
2004-06-14defined($header) check before calling update_message_id_cache.fukachan
2004-06-09separate message-id duplication check and cache updating.fukachan
cache updating when process ends.
2004-05-29bug fix my() usage.fukachan
2004-05-25fix comments (FNF).fukachan
add methods: filter_state_set_error() filter_state_get_error() mail_queue_set_incoming_queue() mail_queue_get_incoming_queue()
2004-05-25firstly queue in. Secondarly parse it after writing of the queue isfukachan
verified. implement clean_up_incoming_queue(), which is run at the last of process.
2004-05-25exit(EX_TEMPFAIL) when we cannot update article sequence.fukachan
if setrunnable() for the current article queue failed, try to deliver it on the fly anyway. new FML::Filter $curproc; bug fix my() usage. change log message around queue id.
2004-05-25new FML::Filter $curproc;fukachan
2004-05-25call $process->clean_up_incoming_queue();fukachan
2004-05-25modify log message format a little.fukachan
$q->valid() changed to $q->valid_active_queue().
2004-05-24implement exit_as_tempfail()fukachan
2004-05-22rename hook: digest_*_hook -> article_digest_*_hookfukachan
2004-05-22add $article_post_XXX_hook but $distribute_XXX_hook is available too.fukachan
add $article_header_rewrite_{start,end}_hook add $article_filter_{start,end}_hook
2004-05-22rename hooks: $error_*_hook -> $error_mail_analyzer_*_hookfukachan
2004-05-22add $command_mail_filter_{start,end}_hook hooks.fukachan
rename $command_*_hook -> $command_mail_*_hook.
2004-05-21shorten lock period in deliveryfukachan
2004-05-19-o overwrite options runs twice to ensure overwrite.fukachan
2004-05-19not process _deliver_article() when error set by stop_this_process().fukachan
2004-05-19fix comments (FNF)fukachan
2004-05-19getopts case SENSITIVELYfukachan
2004-05-18implement set_article_id(), get_article_id(),fukachan
smtp_server_state_set_error() and smtp_server_state_get_error().
2004-05-18enable mail queue based deliveryfukachan
2004-05-18enable delivery fallbackfukachan
2004-05-02remove language_default().fukachan
language_of_html_file() return $html_archive_default_charset.
2004-04-28correct error messagefukachan
2004-04-28make which_map_nl() translate map name to Japanese.fukachan
2004-04-27fix comments.fukachan
use $str->charcode_convert_to_external_charset(), remove hard-coded 'jis'.
2004-04-27method-ify some module internal functions.fukachan
bug fix search logic of ml_home_prefix. move quotemeta() from IO::Adapter to here.
2004-04-27move quotemeta($regexp) from IO::Adapter to here.fukachan
compare domains case insensitively.
2004-04-23remove "use FML::Log;".fukachan
2004-04-22command_context_init() returns empty HASH_REF where it includes validfukachan
command as the first valid argument. define command_context_set_normal_stop(), command_context_get_normal_stop().
2004-04-22check $context if it is well defined. if ok, call command.fukachan
check value by command_context_get_normal_stop() to stop this process.
2004-04-21bug fix mkdir(): str to octal handling bugfukachan
2004-04-18variable renaming:fukachan
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/;
2004-04-17run $curproc->log_rorate() lastlyfukachan
2004-04-17implement log_rorate()fukachan