| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-04-29 | permit use of reply_message() for libexec/error | fukachan | |
| 2003-04-04 | reply_message_add_header_info() should pass $msg_args to reply_message(). | fukachan | |
| 2003-03-28 | clean up (nuke \s*$) | fukachan | |
| 2003-03-18 | more logs around locks. | fukachan | |
| add deadlock warning. reuse lock object if could. | |||
| 2003-03-17 | log setrunnable() succeed. | fukachan | |
| 2003-03-14 | define finalize() at the last of flow. | fukachan | |
| finalize() is only used for debug now. | |||
| 2003-03-06 | moved main codes of _check_restrions() to methods defined in new | fukachan | |
| FML::Restriction::Post module. switched to use FML::Restriction::Post. | |||
| 2003-03-06 | validate From: syntax in credential updating. | fukachan | |
| FNF: use get_as_array_ref() | |||
| 2003-03-05 | fix commenets (FNF) | fukachan | |
| 2003-03-05 | disable reply_message() in _check_restrictions(). | fukachan | |
| implement reply_message_add_header_info(). add "$curproc->caller_info($msg, caller) if $debug;" at a few places. implement caller_info(). | |||
| 2003-02-09 | cosmetics (white spaces) | fukachan | |
| 2003-02-03 | check From: contents more. | fukachan | |
| o permit plural addresses From: contains. In this case, we use the first one as the sender. o deny if From: has no address. | |||
| 2003-02-01 | FNF: not use $_ | fukachan | |
| 2003-02-01 | unique recipient array before queuing. | fukachan | |
| implement another strategy of recipient based ququeing (for test). | |||
| 2003-01-25 | FNF: fix comments | fukachan | |
| 2003-01-25 | FNF: fix comments | fukachan | |
| 2003-01-25 | implement FML::Restriction::Base::regexp_match() and | fukachan | |
| switched to use it. | |||
| 2003-01-07 | fix copyright | fukachan | |
| 2003-01-05 | prepare "fml" command for convenience. | fukachan | |
| It is same as makefml except for the argument order. 1. fml $ml $command options 2. makefml $command $ml options | |||
| 2002-12-26 | FNF-ify | fukachan | |
| 2002-12-25 | fix comments | fukachan | |
| 2002-12-24 | clean up: nuke \s*$ | fukachan | |
| 2002-12-24 | fix comments. cosmetic changes. | fukachan | |
| 2002-12-23 | clean up. | fukachan | |
| fix comments. fix label name. check address pattern by FML::Restriction. //o if could. | |||
| 2002-12-10 | white space cosmetics | fukachan | |
| 2002-11-26 | more defined() check | fukachan | |
| 2002-11-26 | enable fmlsummary $command $ml_name ... | fukachan | |
| 2002-11-19 | bug fix queue identifier generation | fukachan | |
| 2002-11-18 | digest routine can customizes header. XXX preliminary support. needs overhaul? | fukachan | |
| 2002-11-17 | enabled passing of recipient_maps (ARRAY_REF) into mail queue. | fukachan | |
| By this, we can now pass $digest_recipient_maps as digest recipients to mail queue system. | |||
| 2002-10-22 | handle fmlthread $argv same as makefml one | fukachan | |
| 2002-09-22 | remove superfluous white spaces | fukachan | |
| 2002-09-22 | add section on FNF | fukachan | |
| 2002-09-15 | switched to use of $curproc->mkdir() if could | fukachan | |
| 2002-09-11 | fml5 -> fml8 | fukachan | |
| 2002-08-28 | proper handling of "$program /var/spool/ml/elena" case | fukachan | |
| 2002-08-26 | bug fix my ml_name (+ ml_domain) detection code: | fukachan | |
| [back ground detail] "fmlconf -n elena@fml.org" works but "fmlconf -n elena" not works since we ignore the latter case. Regaredless of poorman's strategy but we pick up the first non /^-/ string as a $ml_name and set $ml_domain to the default domain. | |||
| 2002-08-16 | switch FML::Language to Mail::Message::Encode | fukachan | |
| 2002-08-15 | s/is_timeout/is_event_timeout/g; | fukachan | |
| s/get_timeout/get_event_timeout/g; s/set_timeout/set_event_timeout/g; s/_init_timeout/_init_event_timeout/g; | |||
| 2002-08-15 | check if $maintainer differs $ml_address | fukachan | |
| 2002-08-14 | define do_nothing($reason), same as stop_this_process() but for 4.0 memory | fukachan | |
| 2002-08-14 | s/refuse_further_processing/stop_this_process/ | fukachan | |
| 2002-08-14 | use $config->get_as_array_ref( 'header_loop_check_rules' ) to get list. | fukachan | |
| 2002-08-14 | enable ml local message template handling | fukachan | |
| 2002-08-14 | apply fix_perl_include_path(); after load_config_files() runs to add | fukachan | |
| ml local library path to @INC. This is used for ml specific extention e.g. command extension. | |||
| 2002-08-08 | change arguments of credential functions to clarify the target address: | fukachan | |
| e.g. is_member($curproc, $args) -> is_member(addr) modified functions: o is_member() o is_privileged_member() o is_recipient() o match_system_accounts() | |||
| 2002-08-07 | lock() and unlock() accepts channel as the argument if needed. | fukachan | |
| implemented o is_timeout( $channel ) o get_timeout( $channel ) o set_timeout( $channel, $time ) | |||
| 2002-08-07 | define $curproc->{ scheduler } not _scheduler | fukachan | |
| define access method scheduler(). please use it e.g. $curproc->scheduler(). | |||
| 2002-08-03 | scheduler_init() | fukachan | |
| 2002-07-31 | use LogError() if appropriate | fukachan | |
