summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Kernel.pm
AgeCommit message (Expand)Author
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
2002-04-26fix typofukachan
2002-04-23fix errro message and enable the rejected message forwardingfukachan
2002-04-15implement set_umask_as_public(), reset_umask() for umask control.fukachan
2002-04-13o reply_message() can handle OBJ(Mail::Message).fukachan
2002-04-10FNF-ifyfukachan
2002-04-10enable filtering.fukachan
2002-03-31$message_message_dir -> $message_template_dirfukachan
2002-03-17nuke superflous \s*$fukachan
2002-03-17reply_message: append \n to message if \n$ is missingfukachan
2002-03-17reconstruct message queue subsystem internal.fukachan
2002-03-16reply_message_nl(): fix reply_message() argsfukachan
2002-03-16new message queue handling. sync with reply-message branchfukachan
2002-02-20add Reply-To: into our reply messagefukachan
2002-02-18"permit_anyone" can be used in {post,command}_restrictions.fukachan
2002-02-17fix file name in searching message templatefukachan
2002-02-01remove $ENV{debug} based toggle flagsubdir-basefukachan
2002-01-30use File::Specfukachan
2002-01-20fix module loading of Mail::Delivery::Queuefukachan
2002-01-16update copyrightfukachan
2002-01-16change Mail::Message naming convention.fukachan
2001-12-23delayed loading by eval q{ use .. ;};fukachan
2001-12-23update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-12-22remove FML::Messages, which is not used nowfukachan
2001-12-18define $fml_owner_home_dir by process $uidfukachan
2001-11-26bug fix missing mkdir() argumentfukachan
2001-11-25show help ASAP when --help specifiedfukachan
2001-11-25trap --help in new() to show and exit asapfukachan
2001-11-04save $args at $curproc->{ __parent_args }fukachan
2001-11-03nuke inappropriate commentfukachan
2001-10-14bug fix: we should pay attention to implisit $_ usefukachan