summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Distribute.pm
AgeCommit message (Expand)Author
2010-03-06hmm, seems incorrect that increment_id() in calling HTML-ify functionfukachan
2009-07-14move calling _htmlify() from _deliver_article_prep() to finish()tmu
2008-07-20isolate the current incoming message if matchedfukachan
2008-07-19fix copyrightfukachan
2008-07-06define "isolate" operation template.fukachan
2006-07-09white space cosmeticsfukachan
2006-05-04expire article under lockedfukachan
2006-05-03try to expire articles once per day if enabled.fukachan
2006-04-11temporarily disable logging system before calling is_permit_post() atfukachan
2006-04-11apply filter system to avoid useless work if distribution is allowed.fukachan
2006-04-05modifieid to sync w/ Mail::Delivery::Queue changes.fukachan
2006-03-26use $curproc->log() as log_info and $curproc->logdebug() as log_debugfukachan
2006-03-25rewritten to use access methods to sync w/ Mail::Delivery overhaul.fukachan
2006-03-21validate format of recipient within smtp transaction.fukachan
2006-03-19$use_smtp_log enable/disable smtp transaction logging.fukachan
2006-02-04address fault handlingfukachan
2006-01-09white space cosmetics.fukachan
2005-12-19change is_permit_post() retruns action string not number (0/1) tofukachan
2005-11-30use $curproc->credential();fukachan
2005-09-14changed to FML::Article->add_outline($tdb_args) style.fukachan
2005-09-11move thread outline generator to FML::Article::Outlinefukachan
2005-09-01article_thread_overview support.fukachan
2005-08-17FNF: adjust method naming convension.fukachan
2005-08-10config_files_XXX() -> config_cf_files_XXX() to clarify the meaning.fukachan
2005-06-04method naming fixed to $curproc->OBJ_METHOD() form (FNF).fukachan
2005-05-27more strict error handling.fukachan
2004-12-05define logdebug() to disable log messages.fukachan
2004-11-03rename private method: _distribute -> _deliver_article_prepfukachan
2004-08-15warn "not queue flush due to MTA fatal error.".fukachan
2004-08-13temporal failure when external filter process timeouts.fukachan
2004-07-23white space cosmeticsfukachan
2004-06-30reduce error messagetmu
2004-06-29mark by stop_this_process() when submission denied.fukachan
2004-06-27queue system debug: trace number of bytes written.fukachan
2004-06-24preliminary support of build-in virus/spam checker.fukachan
2004-05-25exit(EX_TEMPFAIL) when we cannot update article sequence.fukachan
2004-05-22add $article_post_XXX_hook but $distribute_XXX_hook is available too.fukachan
2004-05-21shorten lock period in deliveryfukachan
2004-05-19not process _deliver_article() when error set by stop_this_process().fukachan
2004-05-18enable mail queue based deliveryfukachan
2004-05-18enable delivery fallbackfukachan
2004-04-23remove "use FML::Log;".fukachan
2004-03-31Mail::ThreadTrack is obsoleted. remove related codes.fukachan
2004-03-28move details of thread manipulation to FML::Article::Thread as couldfukachan
2004-03-17implement toggle of filter function by $use_article_filterfukachan
2004-03-14use restriction_state_reply_reason() to shling code size.fukachan
2004-03-12variable renaming.fukachan
2004-01-31not use "$cf_list = $curproc->get_config_files_list();".fukachan
2004-01-24overhaul: clean up (FNF)fukachan
2004-01-02fix copyrightfukachan