summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
AgeCommit message (Collapse)Author
2004-11-03rename private method: _distribute -> _deliver_article_prepfukachan
2004-10-09show "back to top" menu in old fashion skin case.fukachan
2004-10-09fix comments (FNF)fukachan
2004-10-06modify configuration error check:fukachan
o validate the value of $maintainer and $ml_address variables. o disable checks for *.cgi processes.
2004-10-03implement chown() method for convenience.fukachan
2004-09-28vaflidate if $pcb defined or notfukachan
2004-09-04targets cleanup() operatites are non active queues.fukachan
2004-09-03fix message: remove too old queue ...fukachan
2004-09-03set log function for qmgr.fukachan
reset queue list fter rescheduling. pull up $max_count to 100. resolve lock confliction in queue manipulation.
2004-09-03implement is_process_time_limit() method to warn that end of processfukachan
life time comes soon.
2004-08-15bug fix condition that empty queue or notfukachan
2004-08-15implement voluntary sleep/wakeup queue mode switching.fukachan
o implement queue management utilities. o move queue from active to deferred if delivery failed. o rename *_strategy to *_policy o overhaul/clean up internal style.
2004-08-15warn "not queue flush due to MTA fatal error.".fukachan
2004-08-14specify queue strategy to get proper queue list.fukachan
currently we use "fair-queue".
2004-08-14process 2 requests in one process (temporary solution).fukachan
XXX-TODO: enhance qmgr more cleverly.
2004-08-14ensure initial value to be defined.fukachan
2004-08-13temporal failure when external filter process timeouts.fukachan
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().
2004-08-13change cleanup() logic:fukachan
get all queue id list and remove too old invalid queue.
2004-08-13change arguemnts for new() and send().fukachan
implement template of cleanup() method.
2004-08-13clean up mail queue periodically.fukachan
2004-08-12define default subject used if unspecifiedfukachan
2004-07-27log error message: exit(EX_TEMPFAIL) to retry later.fukachan
2004-07-26thread_db_args() returns htmlifier parameters with subject tag hints.fukachan
2004-07-23white space cosmeticsfukachan
2004-07-23fix comments, style and add loop label, ... (FNF).fukachan
ensure initial value.
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