summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Error.pm
AgeCommit message (Collapse)Author
2002-08-07enable automatic user removing (prototype)fukachan
2002-08-07create FML::Error:: with separate clesses for cache manipulation andfukachan
analyzer. modified to FML::Error::Cache for cache writing.
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
add a few function prototypes
2002-07-15define the following access methods:fukachan
config() pcb() incoming_message_header() incoming_message_body() incoming_message() article_header() article_body() article_message() modified to use incoming_message_header() incoming_message_body() incoming_message() article_header() article_body() article_message().
2002-06-30$self -> $curprocfukachan
2002-06-27major overhaul: delayed loading of *.cf files. The loading is donefukachan
within prepare() method now to handle virtual domains properly.
2002-06-01major variable naming overhaulfukachan
relocating variable definitions in etc/src/ aling rule: e.g. use_XXX XXX_rules XXX_dir XXX_cache_dir rename: $recipient_limit -> $smtp_recipient_limit $incoming_mail_dir -> $incoming_mail_cache_dir $outgoing_mail_dir -> $outgoing_mail_cache_dir $qmail_control_virtualdomains_file -> $qmail_virtualdomains_file s/header_filter/article_header_filter/ s/header_rewrite/article_header_rewrite/ s/body_filter/article_body_filter/ s/subject_tag/article_subject_tag/ verify_XXX_* -> check_XXX newly defined: $use_digest_header_rewrite removed: $smtp_log_dir $smtp_log_file
2002-06-01nuke white spaces \s*$fukachan
2002-06-01FNF-ifyfukachan
2002-05-21implement a prototype to cache error datafukachan
2002-05-19fix typo and missing definitionfukachan
2002-05-19work if $use_error_analyzer is 'yes'fukachan
add hooks finish() checks if this error message is effective or not.
2002-05-19not need verify_sender_credential()fukachan
2002-05-19add/enable a prototype of libexe/fml/error (mead)fukachan