| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-09-10 | handle subject_tag with % (e.g. %d, %05d) or not correctly to avoid warning. | Ken'ichi Fukamachi | |
| 2018-09-08 | fix the document descriptions on rewrite_article_subject_tag(). | Ken'ichi Fukamachi | |
| 2018-09-08 | rewrite_article_subject_tag() switched to use Mail::Message::Encode::Perl. | Ken'ichi Fukamachi | |
| 2018-09-04 | clarify FML::Header::Subjectrewrite_article_subject_tag_orig is obsolete | Ken'ichi Fukamachi | |
| by renaming to rewrite_article_subject_tag_obsolete(). It should be removed in the future. It will stay with the repository for a while. | |||
| 2018-09-04 | Revert "FML::Header::Subject->rewrite_article_subject_tag is obsolete." | Ken'ichi Fukamachi | |
| This reverts commit e1a83b9afe47ce152788651d0a395ec3cdd39d43. | |||
| 2018-09-04 | FML::Header::Subject->rewrite_article_subject_tag is obsolete. | Ken'ichi Fukamachi | |
| Temporarily, renamed to rewrite_article_subject_tag_obsolete() but it should be removed in the future. | |||
| 2018-09-04 | renamed: ↵ | Ken'ichi Fukamachi | |
| s/rewrite_article_subject_tag_orig()/rewrite_article_subject_tag_obsolete()/ to clarify it is obsolete. | |||
| 2008-06-28 | fix copyright | fukachan | |
| 2007-01-16 | fix comments | fukachan | |
| 2006-07-09 | white space cosmetics | fukachan | |
| 2006-04-17 | define dummy rewrite_message_id() method and the rewrite rule. | fukachan | |
| this method does nothing by default (pass the original message id as itself). | |||
| 2006-03-18 | List-Software/X-MLServer: ${mail_header_default_list_software} or | fukachan | |
| ${article_header_list_software} by definition. sort definition order: _get_header_type(), ... | |||
| 2006-03-12 | rewrite logic to generate list-* header field to sync w/ new variable | fukachan | |
| definitions: article_header_list* et.al. | |||
| 2006-02-05 | implement raw level insert_message_id_cache() method to access | fukachan | |
| cache more directly. rewritten to use it. | |||
| 2006-02-03 | return <> for error mail sender | fukachan | |
| 2006-01-09 | fix copyright | fukachan | |
| 2006-01-09 | add rewrite_subject_tag() equal to rewrite_article_subject_tag(). | fukachan | |
| rewrite_reply_to_enforce_article_post_address() fix comments. | |||
| 2005-08-19 | FNF: XXX_clean_up() -> XXX_cleanup() | fukachan | |
| 2005-08-08 | fix comments. | fukachan | |
| fix $addr_for_post -> $article_post_address. enforce use of "return $value" form. | |||
| 2005-05-27 | fix comments (FNF) | fukachan | |
| 2005-01-23 | FNF: fix copyright | fukachan | |
| 2005-01-01 | handle X-Stardate: and Precedence: header field | fukachan | |
| 2004-12-30 | rewrite_errors_to use $outgoing_mail_header_errors_to to rewrite | fukachan | |
| Errors-To: header field ($maintainer by default). | |||
| 2004-10-28 | bug fix and enhance reference extranction logic. | fukachan | |
| 2004-07-23 | white space cosmetics | fukachan | |
| 2004-07-23 | fix comments (FNF). | fukachan | |
| ensure initial value. defined check more. | |||
| 2004-06-09 | separate message-id duplication check and cache updating. | fukachan | |
| cache updating when process ends. | |||
| 2004-05-01 | modify List-* header message and condition a little. | fukachan | |
| 2004-03-12 | variable renaming. | fukachan | |
| [*_program -> *_function] $use_command_mail_program -> $use_command_mail_function $use_digest_program -> $use_article_digest_function $use_distribute_program -> $use_article_post_function $use_error_analyzer_program -> $use_error_mail_analyzer_function [command list] $commands_for_user -> $user_command_mail_allowed_commands $commands_for_stranger -> $anonymous_command_mail_allowed_commands $commands_for_privileged_user -> $admin_command_mail_allowed_commands $commands_for_admin_cgi -> $admin_cgi_allowed_commands [restrictions] $post_restrictions -> $article_post_restrictions $post_restrictions_reject_notice_data_type -> $article_post_restrictions_reject_notice_data_type $command_restrictions -> $command_mail_restrictions permit_commands_for_stranger -> permit_anonymous_command_mail $admin_command_restrictions -> $admin_command_mail_restrictions | |||
| 2004-03-12 | variable renaming: | fukachan | |
| s/use_digest_program/use_article_digest_function/g; s/use_distribute_program/use_article_post_function/g; | |||
| 2004-02-15 | white space cosmetics. | fukachan | |
| 2004-02-06 | expand special regexp in tag before tag substitution. | fukachan | |
| 2004-02-04 | modified to use new Mail::Message::* framekwork. | fukachan | |
| 2004-01-22 | fix comments. | fukachan | |
| 2004-01-21 | cosmetics: spaces, unroll one line to plural ones. | fukachan | |
| 2004-01-02 | fix copyright | fukachan | |
| 2004-01-01 | remove $args. | fukachan | |
| It is a top level parameter FML::Process::Switch provides. Almost functions should access the content via utility methods provided by FML::Process::Utils. | |||
| 2003-11-29 | s/x_ml_name/outgoing_mail_header_x_ml_name/g; | fukachan | |
| 2003-09-19 | new Header->add_message_id() | tmu | |
| change Header::MessageID->gen_id() Args change in Process::Kernel->_add_info_on_header() add add_message_id() | |||
| 2003-08-23 | modified to use $curproc->log*() methods. | fukachan | |
| 2003-08-23 | fix comments: =head2 function(...) form | fukachan | |
| 2003-06-25 | add $debug for debug message to Log at only debug-mode | tmu | |
| 2003-05-03 | style, aligned with FNF. | fukachan | |
| 2003-04-21 | obsolete mime_boundary() (same Mail::Message _header_mime_boundary()) | tmu | |
| 2003-04-16 | rewrite_received() outside loop $header->delete($org) for bad count | tmu | |
| 2003-04-15 | mime_boundary() boundary detect change short match and add no quote string | tmu | |
| 2003-04-08 | add rewrite_received() for replace Received: to X-Received: | tmu | |
| 2003-03-14 | todo: need to implement copy() and move() ? | fukachan | |
| 2003-03-05 | implement rewrite_errors_to() | fukachan | |
| 2003-03-05 | do not show List-Help: unless $use_command_mail_program specified. | fukachan | |
| XXX this idea is based on kataoka@osaka.iij.ad.jp. XXX but the lack of List-Help is o.k. ??? (see rfc ...) | |||
