summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Kernel.pm
AgeCommit message (Expand)Author
2002-09-22remove superfluous white spacesfukachan
2002-09-22add section on FNFfukachan
2002-09-15switched to use of $curproc->mkdir() if couldfukachan
2002-09-11fml5 -> fml8fukachan
2002-08-28proper handling of "$program /var/spool/ml/elena" casefukachan
2002-08-26bug fix my ml_name (+ ml_domain) detection code:fukachan
2002-08-16switch FML::Language to Mail::Message::Encodefukachan
2002-08-15s/is_timeout/is_event_timeout/g;fukachan
2002-08-15check if $maintainer differs $ml_addressfukachan
2002-08-14define do_nothing($reason), same as stop_this_process() but for 4.0 memoryfukachan
2002-08-14s/refuse_further_processing/stop_this_process/fukachan
2002-08-14use $config->get_as_array_ref( 'header_loop_check_rules' ) to get list.fukachan
2002-08-14enable ml local message template handlingfukachan
2002-08-14apply fix_perl_include_path(); after load_config_files() runs to addfukachan
2002-08-08change arguments of credential functions to clarify the target address:fukachan
2002-08-07lock() and unlock() accepts channel as the argument if needed.fukachan
2002-08-07define $curproc->{ scheduler } not _schedulerfukachan
2002-08-03scheduler_init()fukachan
2002-07-31use LogError() if appropriatefukachan
2002-07-30libexec/error not need reply_message()fukachan
2002-07-25improve log messagesfukachan
2002-07-23FNFfukachan
2002-07-19repyl_message() handles makefml and *.cgi as special cases.fukachan
2002-07-17define printing style format such as 'text', 'html', ...fukachan
2002-07-15define the following access methods:fukachan
2002-07-14copy message and send it to $maintainer toofukachan
2002-07-14disabled makefml NOT TO USE reply_message() nowfukachan
2002-07-13check defined($ml_name) in ml_* variable handlingsfukachan
2002-07-02fix commentsfukachan
2002-06-30clean up: nuke \s*$fukachan
2002-06-27major overhaul: delayed loading of *.cf files. The loading is donefukachan
2002-06-24more defined() checks and sanity check if couldfukachan
2002-06-01major variable naming overhaulfukachan
2002-06-01nuke white spaces \s*$fukachan
2002-06-01FNF-ifyfukachan
2002-06-01defined() overhaulfukachan
2002-05-30validate file object. more logsfukachan
2002-05-27only user "fml" should read lock files.fukachan
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-17check whether $use_incoming_message_cache is yesfukachan
2002-05-17save incoming message at $ml_home_dir/var/mincoming/fukachan
2002-04-28check $curproc->is_refused() more before action at each stepfukachan
2002-04-27disable debug messagefukachan
2002-04-27kern.not_member -> error.not_memberfukachan
2002-04-27implement parse_exception()fukachan
2002-04-27modified to not using FileHandle::pipe()fukachan
2002-04-26permit_commands_for_stranger worksfukachan