summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
AgeCommit message (Collapse)Author
2002-07-02fix commentsfukachan
remove rewrite_config_if_needed() bug $ml_name handling
2002-07-02fix commentsfukachan
2002-07-02remove obsolete linefukachan
2002-07-02clean up/fix comments, fix copyrightfukachan
2002-07-02clean up/fix commentsfukachan
2002-06-30clean up: nuke \s*$fukachan
2002-06-30$self -> $curprocfukachan
2002-06-30fix the condition to show helpfukachan
2002-06-30fix ISA for ->speculate_max_id()fukachan
2002-06-28separate execution of the command and the menu pop up.fukachan
Firstly execute run_cgi_main() and show tables after that.
2002-06-27major overhaul: delayed loading of *.cf files. The loading is donefukachan
within prepare() method now to handle virtual domains properly.
2002-06-25change locations for command_help() and options()fukachan
2002-06-25get_recipient_list() -> get_address_list( $map )fukachan
2002-06-25beautify cgi interfacefukachan
2002-06-24bug fix ml_home_prefix() search algorithmfukachan
2002-06-24clean up menu, bug fix run_cgi_menu() argsfukachan
2002-06-24more defined() checks and sanity check if couldfukachan
2002-06-24bug fix ml_home_prefix() args, more defined() checksfukachan
2002-06-24get_ml_list(): check $ml_home_prefix, bug fix default domain handlingfukachan
2002-06-22define ml_name() methodfukachan
ml_domain() returns the current process's domain not default one. ml_home_prefix() and get_ml_list() behave more properly to reflect the current situation. fix ml_domain handling of rewrite_config_if_needed().
2002-06-22align (white spaces)fukachan
2002-06-22use $curproc->ml_XXX() as could as possible in new()fukachan
clean up table configuration: define tables for function and <td> attributes
2002-06-21move get_ml_list() and get_recipient_list()fukachan
from Process::CGI::Kernel to Process::Utils.
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-06-01FNF-ifyfukachan
temp_file_path() ensures temp file name uniqueness by counting the number of times this function is called.
2002-06-01defined() overhaulfukachan
2002-06-01FNFfukachan
defined() overhaul
2002-06-01FNFfukachan
2002-05-30validate file object. more logsfukachan
2002-05-29try to save the error message at /var/spool/ml/@log.crit@ if couldfukachan
2002-05-27pass smtp log file handle to Mail::Deliveryfukachan
2002-05-27rearrange admin command authentication to sync w/ new variable namings.fukachan
2002-05-27only user "fml" should read lock files.fukachan
define terms on "mail" and "message": _message_ -> _mail_ permit_members_only -> permit_member_maps
2002-05-27permit_members_only -> permit_member_mapsfukachan
2002-05-27implement is_default_domain()fukachan
2002-05-25at the first stage of makefml, care $config and rewrite it, if needed,fukachan
when we handle virtual domain. implement $curproc->rewrite_config_if_needed() for it.
2002-05-21use $curproc->open_outgoing_message_channel() not _smtplog to savefukachan
SMTP transaction logs.
2002-05-21implement $curproc->open_outgoing_message_channel()fukachan
2002-05-21$mail_incoming_dir -> $incoming_message_dirfukachan
2002-05-21$mincoming_dir -> $mail_incoming_dirfukachan
2002-05-21renamed to var/mail/{incoming,outgoing,queue}/ syntaxfukachan
2002-05-21implement a prototype to cache error datafukachan
2002-05-19fix typo and missing definitionfukachan
2002-05-19better error messagefukachan
2002-05-19work if $use_error_analyzer is 'yes'fukachan
add hooks finish() checks if this error message is effective or not.
2002-05-19fix building logic of $command_args and $options to make admin commandfukachan
work again. fix $admin_prefix trap
2002-05-19not need verify_sender_credential()fukachan
2002-05-19add/enable a prototype of libexe/fml/error (mead)fukachan