| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2002-07-30 | libexec/error not need reply_message() | fukachan | |
| 2002-07-25 | improve log messages | fukachan | |
| 2002-07-23 | FNF | fukachan | |
| 2002-07-19 | repyl_message() handles makefml and *.cgi as special cases. | fukachan | |
| 2002-07-17 | define printing style format such as 'text', 'html', ... | fukachan | |
| you can control it by the following access methods, get_print_style() and set_print_style(mode) | |||
| 2002-07-15 | define the following access methods: | fukachan | |
| config() pcb() incoming_message_header() incoming_message_body() incoming_message() article_header() article_body() article_message() modified to use incoming_message_header() incoming_message_body() incoming_message() article_header() article_body() article_message(). | |||
| 2002-07-14 | copy message and send it to $maintainer too | fukachan | |
| use reply_message*() with $msg_args to copy the message if needed where $msg_args = { always_cc => $maintainer } or $msg_args = { recipient => $maintinaer } pertinently. | |||
| 2002-07-14 | disabled makefml NOT TO USE reply_message() now | fukachan | |
| 2002-07-13 | check defined($ml_name) in ml_* variable handlings | fukachan | |
| 2002-07-02 | fix comments | fukachan | |
| trap -h disable some debug codes remove load_module(), which is not used | |||
| 2002-06-30 | clean up: nuke \s*$ | fukachan | |
| 2002-06-27 | major overhaul: delayed loading of *.cf files. The loading is done | fukachan | |
| within prepare() method now to handle virtual domains properly. | |||
| 2002-06-24 | more defined() checks and sanity check if could | fukachan | |
| 2002-06-01 | major variable naming overhaul | fukachan | |
| relocating variable definitions in etc/src/ aling rule: e.g. use_XXX XXX_rules XXX_dir XXX_cache_dir rename: $recipient_limit -> $smtp_recipient_limit $incoming_mail_dir -> $incoming_mail_cache_dir $outgoing_mail_dir -> $outgoing_mail_cache_dir $qmail_control_virtualdomains_file -> $qmail_virtualdomains_file s/header_filter/article_header_filter/ s/header_rewrite/article_header_rewrite/ s/body_filter/article_body_filter/ s/subject_tag/article_subject_tag/ verify_XXX_* -> check_XXX newly defined: $use_digest_header_rewrite removed: $smtp_log_dir $smtp_log_file | |||
| 2002-06-01 | nuke white spaces \s*$ | fukachan | |
| 2002-06-01 | FNF-ify | fukachan | |
| temp_file_path() ensures temp file name uniqueness by counting the number of times this function is called. | |||
| 2002-06-01 | defined() overhaul | fukachan | |
| 2002-05-30 | validate file object. more logs | fukachan | |
| 2002-05-27 | only user "fml" should read lock files. | fukachan | |
| define terms on "mail" and "message": _message_ -> _mail_ permit_members_only -> permit_member_maps | |||
| 2002-05-21 | implement $curproc->open_outgoing_message_channel() | fukachan | |
| 2002-05-21 | $mail_incoming_dir -> $incoming_message_dir | fukachan | |
| 2002-05-21 | $mincoming_dir -> $mail_incoming_dir | fukachan | |
| 2002-05-21 | renamed to var/mail/{incoming,outgoing,queue}/ syntax | fukachan | |
| 2002-05-17 | check whether $use_incoming_message_cache is yes | fukachan | |
| use $mincoming_cache_size as cache modulus | |||
| 2002-05-17 | save incoming message at $ml_home_dir/var/mincoming/ | fukachan | |
| 2002-04-28 | check $curproc->is_refused() more before action at each step | fukachan | |
| 2002-04-27 | disable debug message | fukachan | |
| 2002-04-27 | kern.not_member -> error.not_member | fukachan | |
| 2002-04-27 | implement parse_exception() | fukachan | |
| implement message_nl() to separete message converter into natural language and message handling parts | |||
| 2002-04-27 | modified to not using FileHandle::pipe() | fukachan | |
| add methods to prepare and clean up temporary files | |||
| 2002-04-26 | permit_commands_for_stranger works | fukachan | |
