| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2004-07-11 | fix comments | fukachan | |
| 2004-07-06 | always ignore arguments of {subscribe,unsubscribe} command mail requests | fukachan | |
| to ensure more correct confirmation. | |||
| 2004-06-30 | reduce error message | tmu | |
| 2004-06-30 | overhaul: fix comments and messages. validate initial value. | fukachan | |
| 2004-06-29 | overhaul: | fukachan | |
| o fix comments. o fix messages/error messages. o use //o if could. o specify initial value. | |||
| 2004-06-29 | mark by stop_this_process() when submission denied. | fukachan | |
| 2004-06-27 | fix copyright | fukachan | |
| 2004-06-27 | bug fix: implement verify_syntax(). | fukachan | |
| 2004-06-27 | TERM_NL() macro support in message translation. | fukachan | |
| 2004-06-27 | reverse command_mode check code. | fukachan | |
| 2004-06-27 | re-implement which_map() | fukachan | |
| 2004-06-27 | tune IO::Adapter::close() timing. | fukachan | |
| use TERM_NL(map) style not which_map_nl() where TERM_NL() can handle charset dependent map name translation. | |||
| 2004-06-27 | queue system debug: trace number of bytes written. | fukachan | |
| 2004-06-26 | overhaul: fix comments, messages and style. | fukachan | |
| 2004-06-26 | fix comments. | fukachan | |
| change default: tail -100 by default. | |||
| 2004-06-26 | fix comments. | fukachan | |
| bug fix reset of $command_args . | |||
| 2004-06-26 | fix typo | fukachan | |
| 2004-06-26 | fix comments. | fukachan | |
| change private method name. modify sanity check a little. | |||
| 2004-06-26 | fix comments. | fukachan | |
| bug fix reset of $command_args values. | |||
| 2004-06-26 | fix comments. | fukachan | |
| warn() -> ui_message(). | |||
| 2004-06-26 | fix comments. | fukachan | |
| my (@var) = ... style. | |||
| 2004-06-26 | fix comments. | fukachan | |
| quotemeta search key. | |||
| 2004-06-26 | overhaul: | fukachan | |
| fix comments. x.y -> sprintf(format, x, y) fix return value. change variable name to be more readable. | |||
| 2004-06-26 | overhaul: | fukachan | |
| o fix comments. o defined() check. | |||
| 2004-06-26 | overhaul: | fukachan | |
| fix comments. use //o if could. bug fix notice_cc_recipient handling. | |||
| 2004-06-25 | fix comments (FNF) | fukachan | |
| 2004-06-24 | nuke old style FML::Log use. | fukachan | |
| 2004-06-24 | clean up. | fukachan | |
| handle CUI case (ok?) | |||
| 2004-06-24 | preliminary support of built-in clamav | fukachan | |
| 2004-06-24 | preliminary support of build-in virus/spam checker. | fukachan | |
| 2004-06-17 | fix message of $default_config_dir installation when install_root specified. | fukachan | |
| fix install path of $ml_spool_dir when install_root specified. | |||
| 2004-06-14 | defined($header) check before calling update_message_id_cache. | fukachan | |
| 2004-06-09 | separate message-id duplication check and cache updating. | fukachan | |
| cache updating when process ends. | |||
| 2004-06-07 | enhanced to enable "make install install_root=/prefix" for package system. | fukachan | |
| install_root is the prefix that is prepended to the pathnames of installed files. [IMPORTANT] In a lot of systems, "make install prefix=/prefix" is used. But it is confusing against usage of othre software e.g. "./configure --prefix=/prefix". So, we avoid this confusion to use other keyword, which is same as Postfix. | |||
| 2004-05-29 | bug fix my() usage. | fukachan | |
| 2004-05-28 | When we fail to create article file, we try to save the original | fukachan | |
| message at least. | |||
| 2004-05-25 | fix comments (FNF) | fukachan | |
| 2004-05-25 | fix comments (FNF). | fukachan | |
| add methods: filter_state_set_error() filter_state_get_error() mail_queue_set_incoming_queue() mail_queue_get_incoming_queue() | |||
| 2004-05-25 | preliminary external spam/virus checker support. | fukachan | |
| new() takes $curproc as an argv. use filter_state_set_error() to save determined action for later use. | |||
| 2004-05-25 | more strict write error handling. | fukachan | |
| 2004-05-25 | firstly queue in. Secondarly parse it after writing of the queue is | fukachan | |
| verified. implement clean_up_incoming_queue(), which is run at the last of process. | |||
| 2004-05-25 | exit(EX_TEMPFAIL) when we cannot update article sequence. | fukachan | |
| if setrunnable() for the current article queue failed, try to deliver it on the fly anyway. new FML::Filter $curproc; bug fix my() usage. change log message around queue id. | |||
| 2004-05-25 | more strict write error tracking | fukachan | |
| 2004-05-25 | preliminary implemenation of external filter plugin | fukachan | |
| 2004-05-25 | new FML::Filter $curproc; | fukachan | |
| 2004-05-25 | call $process->clean_up_incoming_queue(); | fukachan | |
| 2004-05-25 | modify log message format a little. | fukachan | |
| $q->valid() changed to $q->valid_active_queue(). | |||
| 2004-05-25 | import data from file directly. | fukachan | |
| Actually, link(2) $src to cache file. | |||
| 2004-05-24 | more debug messages. | fukachan | |
| yes() and no() should ignore /^\s*/ and /\s*$/ in comparison. | |||
| 2004-05-24 | implement exit_as_tempfail() | fukachan | |
