summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
AgeCommit message (Collapse)Author
2005-05-26fix comments (FNF).fukachan
$curproc->allow_reply_message() -> $curproc->is_allow_reply_message().
2005-05-26not use str.strfukachan
2005-01-23FNF: fix copyrightfukachan
2005-01-19logwarn() -> logdebug() for "... try later." message.fukachan
2005-01-01enhanced general reply message system.fukachan
o add X-Stardate:, Precedence: and Errors-To: header fields. o enhance Reply-To: field handling.
2005-01-01override Reply-To: and Errors-To: header fields to rewrite the addressfukachan
the error message sent to in forwarding.
2004-12-29verify config.{cf,ph} existencefukachan
2004-12-23move Calendar::Lite to FML::Demo::Calendar since this module needsfukachan
FML::* class.
2004-12-19$debug_module_regexp_list restricts debug regions.fukachan
2004-12-19emulate fml4's mead.pl and msend.plfukachan
2004-12-18$debug -> $use_debugfukachan
2004-12-18logdebug() works if debug = yes defined.fukachan
2004-12-15remove too old files in tmp/ and var/mail/queue/incoming/ directories.fukachan
2004-12-15implement remove_too_old_files_in_dir() method.fukachan
2004-12-15log delay time in success of delivery.fukachan
2004-12-09run fallback to generate config.cf when config.ph is newer than config.cffukachan
2004-12-05define logdebug() to disable log messages.fukachan
modified to use proper log$role(). bug fix log messages if needed.
2004-11-30temp_file_path() automatically push the returned value (file path)fukachan
into the clean up queue. Files of the queue are removed at the last of the current process.
2004-11-25implement fallback function in resolve_ml_specific_variables().fukachan
when resolver fails, resolve_ml_specific_variables calls fallback if specified. FML::Process::Emulate uses this fallback mechanism to generate a config.cf from fml4's config.ph file at the first time.
2004-11-25o mkdir(): bug fix defined check for specified mode.fukachan
o implement default_config_cf_filepath() method.
2004-11-23clean up.fukachan
2004-11-23re-implement fml.pl as fml4 emulator which emulates fml8'sfukachan
article_post or command_mail functions by following the arguments. TODO: when config.cf not exists, convert fml4 configurations to fml8 ones on the fly.
2004-11-23fix white space cosmetics.fukachan
2004-11-21implement get_{cui,gui}_menu() methods.fukachan
2004-11-21import default_{cui,gui}_menu from main.cf name space.fukachan
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.