summaryrefslogtreecommitdiff
path: root/fml/lib/FML
AgeCommit message (Collapse)Author
2004-07-11fix commentsfukachan
2004-07-06always ignore arguments of {subscribe,unsubscribe} command mail requestsfukachan
to ensure more correct confirmation.
2004-06-30reduce error messagetmu
2004-06-30overhaul: fix comments and messages. validate initial value.fukachan
2004-06-29overhaul:fukachan
o fix comments. o fix messages/error messages. o use //o if could. o specify initial value.
2004-06-29mark by stop_this_process() when submission denied.fukachan
2004-06-27fix copyrightfukachan
2004-06-27bug fix: implement verify_syntax().fukachan
2004-06-27TERM_NL() macro support in message translation.fukachan
2004-06-27reverse command_mode check code.fukachan
2004-06-27re-implement which_map()fukachan
2004-06-27tune 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-27queue system debug: trace number of bytes written.fukachan
2004-06-26overhaul: fix comments, messages and style.fukachan
2004-06-26fix comments.fukachan
change default: tail -100 by default.
2004-06-26fix comments.fukachan
bug fix reset of $command_args .
2004-06-26fix typofukachan
2004-06-26fix comments.fukachan
change private method name. modify sanity check a little.
2004-06-26fix comments.fukachan
bug fix reset of $command_args values.
2004-06-26fix comments.fukachan
warn() -> ui_message().
2004-06-26fix comments.fukachan
my (@var) = ... style.
2004-06-26fix comments.fukachan
quotemeta search key.
2004-06-26overhaul:fukachan
fix comments. x.y -> sprintf(format, x, y) fix return value. change variable name to be more readable.
2004-06-26overhaul:fukachan
o fix comments. o defined() check.
2004-06-26overhaul:fukachan
fix comments. use //o if could. bug fix notice_cc_recipient handling.
2004-06-25fix comments (FNF)fukachan
2004-06-24nuke old style FML::Log use.fukachan
2004-06-24clean up.fukachan
handle CUI case (ok?)
2004-06-24preliminary support of built-in clamavfukachan
2004-06-24preliminary support of build-in virus/spam checker.fukachan
2004-06-17fix message of $default_config_dir installation when install_root specified.fukachan
fix install path of $ml_spool_dir when install_root specified.
2004-06-14defined($header) check before calling update_message_id_cache.fukachan
2004-06-09separate message-id duplication check and cache updating.fukachan
cache updating when process ends.
2004-06-07enhanced 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-29bug fix my() usage.fukachan
2004-05-28When we fail to create article file, we try to save the originalfukachan
message at least.
2004-05-25fix comments (FNF)fukachan
2004-05-25fix 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-25preliminary 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-25more strict write error handling.fukachan
2004-05-25firstly queue in. Secondarly parse it after writing of the queue isfukachan
verified. implement clean_up_incoming_queue(), which is run at the last of process.
2004-05-25exit(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-25more strict write error trackingfukachan
2004-05-25preliminary implemenation of external filter pluginfukachan
2004-05-25new FML::Filter $curproc;fukachan
2004-05-25call $process->clean_up_incoming_queue();fukachan
2004-05-25modify log message format a little.fukachan
$q->valid() changed to $q->valid_active_queue().
2004-05-25import data from file directly.fukachan
Actually, link(2) $src to cache file.
2004-05-24more debug messages.fukachan
yes() and no() should ignore /^\s*/ and /\s*$/ in comparison.
2004-05-24implement exit_as_tempfail()fukachan