summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Error.pm
AgeCommit message (Expand)Author
2006-05-09restructure qmail-ext command emulation.fukachan
2006-02-15fix method name: remove -> deletefukachan
2005-11-30use $curproc->credential()fukachan
2005-08-19FNF: XXX_clean_up() -> XXX_cleanup()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-06-04$curproc->OBJ_METHOD() form (FNF):fukachan
2005-05-27fix comments (FNF)fukachan
2005-01-23FNF: fix copyrightfukachan
2005-01-01override Reply-To: and Errors-To: header fields to rewrite the addressfukachan
2004-12-05define logdebug() to disable log messages.fukachan
2004-07-23fix comments.fukachan
2004-05-22rename hooks: $error_*_hook -> $error_mail_analyzer_*_hookfukachan
2004-04-23remove "use FML::Log;".fukachan
2004-04-02fix reply_message() system to handle smtp_sender properly.fukachan
2004-03-13prepare credential area more early stage (within constructor).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
2004-01-02$curproc->resolve_ml_specific_variables( $args );fukachan
2004-01-01remove $args.fukachan
2003-11-29define $use_computer_output.fukachan
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2003-08-23define $curproc->log, logwarn, logerror and log_message() methods.fukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2003-05-03fix comments (FNF).fukachan
2003-04-29o define sender as $maintainer as a dummy sender to avoid unexpected error.fukachan
2003-03-16clean up lock on error cache.fukachan
2003-02-18use FML::Error->db_open() not FML::Error::Cache for cache db open.fukachan
2003-02-11fix copyrightfukachan
2003-02-03for hook, wrap main code by is_refused() condition such as:fukachan
2002-12-22fix commentsfukachan
2002-09-22remove superfluous white spacesfukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-08-19rename: $use_error_analyzer -> $use_error_analyzer_programfukachan
2002-08-15s/is_timeout/is_event_timeout/g;fukachan
2002-08-14apply fix_perl_include_path(); after load_config_files() runs to addfukachan
2002-08-09change lock granualityfukachan
2002-08-08change arguments of credential functions to clarify the target address:fukachan
2002-08-07enable automatic user removing (prototype)fukachan
2002-08-07create FML::Error:: with separate clesses for cache manipulation andfukachan
2002-08-03scheduler_init()fukachan
2002-07-30move error analyzer core functions to FML::ErrorAnalyzefukachan
2002-07-29bug fix: resolve_ml_specific_variables() and load_config_files()fukachan
2002-07-15define the following access methods:fukachan
2002-06-30$self -> $curprocfukachan
2002-06-27major overhaul: delayed loading of *.cf files. The loading is donefukachan
2002-06-01major variable naming overhaulfukachan