summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Kernel.pm
AgeCommit message (Expand)Author
2002-03-16clean up logic to handle messages queue.reply-message-20020316fukachan
2002-03-02change message queue in reply_message() and queue_in(). we holdfukachan
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
2001-10-13implement search template mechanism in reply_message_nl()fukachan
2001-10-12define prepare_file_to_return():fukachan
2001-10-10define prototype for reply_message_nl() for natural languagefukachan
2001-10-10check more defined() or notfukachan
2001-10-08fix comment on queue_flush()fukachan
2001-10-08mode debug messages where loader runsfukachan
2001-09-13more friendly error messagefukachan
2001-09-13nuke \s*$fukachan
2001-09-13clean up queue_in()fukachan
2001-08-05clarify function: s/header_check/header_loop_check/fukachan
2001-06-02clean up documentfukachan
2001-05-19make _add_info_on_header() to add x-* and list-* header fields.fukachan
2001-05-18prepare queue_dir/info/{sender,recipients}/ directory to controlfukachan
2001-05-16modify inform_reply_message() et. al. a lot.fukachan
2001-05-05disable expand_variables() call. See FML::Config for more details.fukachan
2001-04-15move sender_is_member() to FML::Credentialfukachan
2001-04-14simple_loop_check() logs the result of loop checksfukachan
2001-04-08a new $curproc format: $curproc->{ xxx }->{ message } is a referencefukachan
2001-04-03change class hiererychy from MailingList -> Mailfukachan
2001-03-24modified to make makefml.cgi work.fukachan
2001-03-22align spacesfukachan
2001-03-22define load_module($args, $module) method.fukachan
2001-03-20use FML::Log qw(Log LogWarn LogError);error-message-statusfukachan
2001-03-20check more $home_dir or $ml_name is specified if we need_ml_name().fukachan
2001-03-14$curproc->{ main_cf } holds the pointer to /etc/fml/main.cffukachan
2001-03-14a little more polite debug messagefukachan
2001-03-11full documentation (alpha)fukachan
2001-03-10bug fix $ml_home_dir check algorithmfukachan
2001-03-10clean up documents and codesfukachan