summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
AgeCommit message (Collapse)Author
2018-09-08article_thread_init() modified to use Mail::Message::Subject.Ken'ichi Fukamachi
2012-12-30catch up perl changes: defined(hashes and arrays) is deprecated,fukachan
instead use a simple test for size: if (@an_array) { ... }
2012-12-30catch up perl changes: not length(@array), use "scalar @array" to findfukachan
out how many elements these have.
2010-03-06hmm, seems incorrect that increment_id() in calling HTML-ify functionfukachan
since already the article ID is incremated at _deliver_article_prep(). changed to use $article->id(); by fetching the current article ID.
2009-07-14move calling _htmlify() from _deliver_article_prep() to finish()tmu
2009-02-26fix copyrightfukachan
2008-11-30defined() before eqfukachan
2008-09-30fix comments (FNF)fukachan
2008-09-29verify_request() logs client ip address if could.fukachan
2008-09-14define ml_name_list(), which returns the list of valid ml in thefukachan
specified domain. fix documents and todo.
2008-09-09$commands_for_ml_admin_cgi -> $ml_admin_cgi_allowed_commandsfukachan
ensure the return value for CGI action to be not "undef". menu is enhanced to handle both *admin.cgi and anonymous cgi case.
2008-09-09o generate anonymous session ID always (anyway).fukachan
o finish() calls message flush sub-system. o cgi_execute_command() is enhanced to handle both *admin.cgi and anonymous cgi case. o some error messages are natural-languaged. o use cgi_var_*() and specify -target if could.
2008-09-09fix how to search main_cf information.fukachan
define set_allow_reply_message() and get_allow_reply_message(). We can enable or disable reply_message*() functions dynamically.
2008-09-09import $fml_owner and $fml_group into $config name space from main.cf.fukachan
2008-08-24fix copyrightfukachan
2008-08-24rearrange isolated mails to under $isolated_queue_dir/YYYY/MM/DD dir.fukachan
2008-08-17bug fix: check isolated or ignored precisely and determine the final action.fukachan
2008-08-13bug fix: fix internal arguments passing bug to handle senderfukachan
information correctly. save sender candidates in PCB.
2008-08-02fixed that isolate operation works.fukachan
2008-07-20isolate the current incoming message if matchedfukachan
2008-07-20define incoming_message_dup_content() andfukachan
incoming_message_isolate_content().
2008-07-19fix copyrightfukachan
2008-07-06define "isolate" operation template.fukachan
"isolate" differs "hold". "isolate" sets apart spam candidates from normal incoming messages, whereas "hold" moves the incoming message to "hold" queue, which does not move until someone changes the state.
2008-07-05fix typofukachan
2008-07-03fix copyrightfukachan
2008-07-03define restriction_state_{set,get}_hold_reason()fukachan
2008-06-28"who can do newml operations" code is rewritten to use offukachan
createonpost_newml_restrictions.
2008-06-08restrict who can create a new ML.fukachan
2008-06-08clean up. fix comments.fukachan
2006-11-26fix comments.fukachan
fix help message. change a local variable name to more proper one.
2006-11-26fix commentsfukachan
2006-10-14fmlproj: GanttProject XML format extension.fukachan
--xml options dump GanttProject XML format by default.
2006-10-14fix copyrightfukachan
2006-10-11fix commentsfukachan
2006-10-10fix commentsfukachan
2006-07-09white space cosmeticsfukachan
2006-06-25validate if find_first_plaintext_message() returns object.fukachan
2006-05-13enable body based loop checkfukachan
2006-05-12loop check restructured.fukachan
add envelope based loop check.
2006-05-09restructure qmail-ext command emulation.fukachan
currently libexec/error traps the request and switch the context to command process. FML::Process::QMail no more used. FML::Command::QmailExt provides qmail-ext emulation functions.
2006-05-04change default message subject to "message from $ml_name ML $myname system".fukachan
call $queue->expire() in incoming_message_cleanup_queue().
2006-05-04expire article under lockedfukachan
2006-05-04define incoming_message(), which returns undef as a dummy.fukachan
2006-05-03try to expire articles once per day if enabled.fukachan
2006-04-28fix copyrightfukachan
2006-04-22runs operation on log files (currently log rotation).fukachan
2006-04-22message modified (unified among modules)fukachan
2006-04-22FML::File::Rotate overhaul-ed. access method changed.fukachan
2006-04-20log as status=deferred not status=fail when the delivery fails.fukachan
2006-04-18fix copyrightfukachan