summaryrefslogtreecommitdiff
path: root/fml/lib
AgeCommit message (Collapse)Author
2002-06-25clean up. nuke _get_domain_info (not used)bootstrap-20020626fukachan
2002-06-25clean up (white spaces)fukachan
2002-06-25fix virtual domain handling. sync w/ newml logicfukachan
2002-06-25scroll size is set by the length of mapsfukachan
2002-06-25enhance list: select $map et.al.fukachan
2002-06-25navigation bar tries to follow the current *commandfukachan
2002-06-25define map as same as filefukachan
enhance file and dirctory regexp to include _
2002-06-25nuke superflous line (cgi mode)fukachan
2002-06-25userlist: print $addr, <br> if under CGIfukachan
2002-06-25change locations for command_help() and options()fukachan
2002-06-25get_recipient_list() -> get_address_list( $map )fukachan
2002-06-25nuke get_recipient_list()fukachan
2002-06-25fixed to work on cgifukachan
2002-06-25beautify cgi interfacefukachan
2002-06-24postfix_alias_mapstmu
parse , to space at postfix_alias_maps
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-23install a template for qmail/control/virtualdomainsfukachan
2002-06-23insert "$ml_domain $ml_domain" to the file "virtual" at the first time.fukachan
since $ml_domain is one of $mydestination.
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-22classify the command in the navigation and mainfukachan
2002-06-22change get_ml_list() argsfukachan
2002-06-22fix args of ml_home_xxx()fukachan
2002-06-22defined() check morefukachan
2002-06-22define navi_command as the same as commandfukachan
2002-06-22eval Log(warn ...) || print stderr itfukachan
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-21set up $ml_name dynamicallyfukachan
2002-06-21ignore non-existed files, not croak()fukachan
2002-06-21move get_ml_list() and get_recipient_list()fukachan
from Process::CGI::Kernel to Process::Utils.
2002-06-21use IO::Adapter->get_next_key() not getline() for member list upfukachan
2002-06-21close write handle and read handle after the write one.fukachan
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-01permit_admin_member_maps() return 0 if not matchfukachan
FNF-ify
2002-06-01fix @argv checkfukachan
2002-06-01FNFfukachan
remove not-used argument declaration
2002-06-01defined() overhaulfukachan
2002-06-01FNFfukachan
defined() overhaul
2002-06-01FNFfukachan
2002-06-01remove AUTOLOAD since not usedfukachan
2002-05-31overhaul: defined checkfukachan
2002-05-31add rewrite_date() for header rewrite Date: to X-Date:overhaul-2000-05-basetmu
2002-05-30validate file object. more logsfukachan