| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-08-23 | new FML::Mailer $curproc; | fukachan | |
| 2003-08-23 | define $curproc->log, logwarn, logerror and log_message() methods. | fukachan | |
| modified to use $curproc->log*() interface. | |||
| 2003-08-23 | sort function definitions. | fukachan | |
| 2003-08-23 | fix comments: =head2 function() form | fukachan | |
| 2003-08-23 | fix comments: =head2 function(...) form | fukachan | |
| 2003-08-20 | define the detail of address masking against spammers. | fukachan | |
| $use_html_archive_address_mask = yes $html_archive_address_mask_type = all | |||
| 2003-08-18 | support --quiet options for makefml and fml. | fukachan | |
| It closes STDERR before the main routine begins. define close_stderr_channel_if_quiet_option_specified(). | |||
| 2003-08-16 | comments on thread | fukachan | |
| 2003-08-16 | check whether $ml_home_dir not exists in _init_lock(). | fukachan | |
| 2003-08-14 | test html_archive_address_mask mask or nomask | tmu | |
| address_mask use To and Cc | |||
| 2003-08-06 | clarify old/new thread engine routines. | fukachan | |
| 2003-08-05 | rename htmlify() to _htmlify() to clarify it is private. | fukachan | |
| 2003-08-03 | fix arguments used in the case of key "error.reject_notice_preamble" | fukachan | |
| (PR by fml-devel:503). | |||
| 2003-07-21 | use our own Date: field when we use Mail::Message::Compose (MIME::Lite). | fukachan | |
| 2003-07-20 | separete thread_db_args() routine prepares thread information. | fukachan | |
| pass $aritcle_id to analyze(). | |||
| 2003-07-19 | fixed to co-work with udb well. | fukachan | |
| 2003-05-14 | implement size limit filter for both article and command mail. | fukachan | |
| 2003-05-13 | use "reject_notice_preamble" in filter rejection notice. | fukachan | |
| it describes: o the reason why we do not use mime/multipart. o this message is not from you but somebody forged. | |||
| 2003-05-13 | use $_arg_address not $_arg_sender | fukachan | |
| 2003-05-03 | fix comments (FNF). | fukachan | |
| 2003-05-02 | define $post_restrictions_reject_notice_data_type. | fukachan | |
| enable choice of ways how to notify rejection as string or multipart in denial of post? | |||
| 2003-05-01 | fix typo: maitainer->maintainer | fukachan | |
| 2003-04-29 | permit use of reply_message() for libexec/error | fukachan | |
| 2003-04-29 | o define sender as $maintainer as a dummy sender to avoid unexpected error. | fukachan | |
| o if $maintainer_recipient_maps defined, forward error message to it. | |||
| 2003-04-16 | change attribute names of recipient used in filter rejection notice: | fukachan | |
| admin -> maintainer | |||
| 2003-04-04 | fix comment | fukachan | |
| 2003-04-04 | reply_message_add_header_info() should pass $msg_args to reply_message(). | fukachan | |
| 2003-03-28 | cosmetic change: white spaces | fukachan | |
| 2003-03-28 | clean up (nuke \s*$) | fukachan | |
| 2003-03-28 | s/article_id_max/article_max_id/g | fukachan | |
| 2003-03-18 | remove giant lock and use fine granuality locks now. | fukachan | |
| 2003-03-18 | more logs around locks. | fukachan | |
| add deadlock warning. reuse lock object if could. | |||
| 2003-03-18 | add comment on lock. | fukachan | |
| 2003-03-17 | get_address_list() uses get_user_list() in FML::Command::UserControl. | fukachan | |
| 2003-03-17 | use new lock channel article_spool_modify to exclusive lock for both | fukachan | |
| sequence updating and spool writing. In addition, locks at channel article_sequence and article_spool are also done in each critical section. | |||
| 2003-03-17 | log setrunnable() succeed. | fukachan | |
| 2003-03-16 | article_id_max() is just a wrapper for FML::Article::id(). | fukachan | |
| 2003-03-16 | add comment on lock channel | fukachan | |
| 2003-03-16 | clean up lock on error cache. | fukachan | |
| move lock mechanism into only FML::Error module. XXX lock channel name is changed but hard-coded yet now. | |||
| 2003-03-16 | remove fmlthread. | fukachan | |
| "fmlthread ..." -> "fml $ml thread ..." | |||
| 2003-03-15 | fmlspool is obsolete. | fukachan | |
| 2003-03-15 | specify the definition on $command_args HASH STRUCTURE. | fukachan | |
| 2003-03-14 | fmlerror is obsolete. | fukachan | |
| 2003-03-14 | fmlsummary is obsolete. | fukachan | |
| 2003-03-14 | define finalize() at the last of flow. | fukachan | |
| finalize() is only used for debug now. | |||
| 2003-03-14 | dump $curproc structure. | fukachan | |
| 2003-03-14 | imlement debug_level() | fukachan | |
| 2003-03-14 | just show "this command is obsolete". | fukachan | |
| 2003-03-14 | fmlsuper is obsolete. | fukachan | |
| use "makefml mailq $ml" instead of fmlsuper to show outgoing mail queue. | |||
| 2003-03-11 | read (/etc/fml/)defaults/$version/main.cf if exists and merge it with | fukachan | |
| main.cf (/etc/fml/main.cf). we use FML::Config::Tiny, which just reads and parses the file. It is a tiny version of FML::Config module. | |||
