| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-09-08 | article_thread_init() modified to use Mail::Message::Subject. | Ken'ichi Fukamachi | |
| 2012-12-30 | catch up perl changes: defined(hashes and arrays) is deprecated, | fukachan | |
| instead use a simple test for size: if (@an_array) { ... } | |||
| 2012-12-30 | catch up perl changes: not length(@array), use "scalar @array" to find | fukachan | |
| out how many elements these have. | |||
| 2010-03-06 | hmm, seems incorrect that increment_id() in calling HTML-ify function | fukachan | |
| since already the article ID is incremated at _deliver_article_prep(). changed to use $article->id(); by fetching the current article ID. | |||
| 2009-07-14 | move calling _htmlify() from _deliver_article_prep() to finish() | tmu | |
| 2009-02-26 | fix copyright | fukachan | |
| 2008-11-30 | defined() before eq | fukachan | |
| 2008-09-30 | fix comments (FNF) | fukachan | |
| 2008-09-29 | verify_request() logs client ip address if could. | fukachan | |
| 2008-09-14 | define ml_name_list(), which returns the list of valid ml in the | fukachan | |
| specified domain. fix documents and todo. | |||
| 2008-09-09 | $commands_for_ml_admin_cgi -> $ml_admin_cgi_allowed_commands | fukachan | |
| 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-09 | o 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-09 | fix 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-09 | import $fml_owner and $fml_group into $config name space from main.cf. | fukachan | |
| 2008-08-24 | fix copyright | fukachan | |
| 2008-08-24 | rearrange isolated mails to under $isolated_queue_dir/YYYY/MM/DD dir. | fukachan | |
| 2008-08-17 | bug fix: check isolated or ignored precisely and determine the final action. | fukachan | |
| 2008-08-13 | bug fix: fix internal arguments passing bug to handle sender | fukachan | |
| information correctly. save sender candidates in PCB. | |||
| 2008-08-02 | fixed that isolate operation works. | fukachan | |
| 2008-07-20 | isolate the current incoming message if matched | fukachan | |
| 2008-07-20 | define incoming_message_dup_content() and | fukachan | |
| incoming_message_isolate_content(). | |||
| 2008-07-19 | fix copyright | fukachan | |
| 2008-07-06 | define "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-05 | fix typo | fukachan | |
| 2008-07-03 | fix copyright | fukachan | |
| 2008-07-03 | define restriction_state_{set,get}_hold_reason() | fukachan | |
| 2008-06-28 | "who can do newml operations" code is rewritten to use of | fukachan | |
| createonpost_newml_restrictions. | |||
| 2008-06-08 | restrict who can create a new ML. | fukachan | |
| 2008-06-08 | clean up. fix comments. | fukachan | |
| 2006-11-26 | fix comments. | fukachan | |
| fix help message. change a local variable name to more proper one. | |||
| 2006-11-26 | fix comments | fukachan | |
| 2006-10-14 | fmlproj: GanttProject XML format extension. | fukachan | |
| --xml options dump GanttProject XML format by default. | |||
| 2006-10-14 | fix copyright | fukachan | |
| 2006-10-11 | fix comments | fukachan | |
| 2006-10-10 | fix comments | fukachan | |
| 2006-07-09 | white space cosmetics | fukachan | |
| 2006-06-25 | validate if find_first_plaintext_message() returns object. | fukachan | |
| 2006-05-13 | enable body based loop check | fukachan | |
| 2006-05-12 | loop check restructured. | fukachan | |
| add envelope based loop check. | |||
| 2006-05-09 | restructure 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-04 | change default message subject to "message from $ml_name ML $myname system". | fukachan | |
| call $queue->expire() in incoming_message_cleanup_queue(). | |||
| 2006-05-04 | expire article under locked | fukachan | |
| 2006-05-04 | define incoming_message(), which returns undef as a dummy. | fukachan | |
| 2006-05-03 | try to expire articles once per day if enabled. | fukachan | |
| 2006-04-28 | fix copyright | fukachan | |
| 2006-04-22 | runs operation on log files (currently log rotation). | fukachan | |
| 2006-04-22 | message modified (unified among modules) | fukachan | |
| 2006-04-22 | FML::File::Rotate overhaul-ed. access method changed. | fukachan | |
| 2006-04-20 | log as status=deferred not status=fail when the delivery fails. | fukachan | |
| 2006-04-18 | fix copyright | fukachan | |
