summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Header.pm
AgeCommit message (Collapse)Author
2018-09-10handle subject_tag with % (e.g. %d, %05d) or not correctly to avoid warning.Ken'ichi Fukamachi
2018-09-08fix the document descriptions on rewrite_article_subject_tag().Ken'ichi Fukamachi
2018-09-08rewrite_article_subject_tag() switched to use Mail::Message::Encode::Perl.Ken'ichi Fukamachi
2018-09-04clarify FML::Header::Subjectrewrite_article_subject_tag_orig is obsoleteKen'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-04Revert "FML::Header::Subject->rewrite_article_subject_tag is obsolete."Ken'ichi Fukamachi
This reverts commit e1a83b9afe47ce152788651d0a395ec3cdd39d43.
2018-09-04FML::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-04renamed: ↵Ken'ichi Fukamachi
s/rewrite_article_subject_tag_orig()/rewrite_article_subject_tag_obsolete()/ to clarify it is obsolete.
2008-06-28fix copyrightfukachan
2007-01-16fix commentsfukachan
2006-07-09white space cosmeticsfukachan
2006-04-17define 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-18List-Software/X-MLServer: ${mail_header_default_list_software} orfukachan
${article_header_list_software} by definition. sort definition order: _get_header_type(), ...
2006-03-12rewrite logic to generate list-* header field to sync w/ new variablefukachan
definitions: article_header_list* et.al.
2006-02-05implement raw level insert_message_id_cache() method to accessfukachan
cache more directly. rewritten to use it.
2006-02-03return <> for error mail senderfukachan
2006-01-09fix copyrightfukachan
2006-01-09add rewrite_subject_tag() equal to rewrite_article_subject_tag().fukachan
rewrite_reply_to_enforce_article_post_address() fix comments.
2005-08-19FNF: XXX_clean_up() -> XXX_cleanup()fukachan
2005-08-08fix comments.fukachan
fix $addr_for_post -> $article_post_address. enforce use of "return $value" form.
2005-05-27fix comments (FNF)fukachan
2005-01-23FNF: fix copyrightfukachan
2005-01-01handle X-Stardate: and Precedence: header fieldfukachan
2004-12-30rewrite_errors_to use $outgoing_mail_header_errors_to to rewritefukachan
Errors-To: header field ($maintainer by default).
2004-10-28bug fix and enhance reference extranction logic.fukachan
2004-07-23white space cosmeticsfukachan
2004-07-23fix comments (FNF).fukachan
ensure initial value. defined check more.
2004-06-09separate message-id duplication check and cache updating.fukachan
cache updating when process ends.
2004-05-01modify List-* header message and condition a little.fukachan
2004-03-12variable 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-12variable renaming:fukachan
s/use_digest_program/use_article_digest_function/g; s/use_distribute_program/use_article_post_function/g;
2004-02-15white space cosmetics.fukachan
2004-02-06expand special regexp in tag before tag substitution.fukachan
2004-02-04modified to use new Mail::Message::* framekwork.fukachan
2004-01-22fix comments.fukachan
2004-01-21cosmetics: spaces, unroll one line to plural ones.fukachan
2004-01-02fix copyrightfukachan
2004-01-01remove $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-29s/x_ml_name/outgoing_mail_header_x_ml_name/g;fukachan
2003-09-19new 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-23modified to use $curproc->log*() methods.fukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2003-06-25add $debug for debug message to Log at only debug-modetmu
2003-05-03style, aligned with FNF.fukachan
2003-04-21obsolete mime_boundary() (same Mail::Message _header_mime_boundary())tmu
2003-04-16rewrite_received() outside loop $header->delete($org) for bad counttmu
2003-04-15mime_boundary() boundary detect change short match and add no quote stringtmu
2003-04-08add rewrite_received() for replace Received: to X-Received:tmu
2003-03-14todo: need to implement copy() and move() ?fukachan
2003-03-05implement rewrite_errors_to()fukachan
2003-03-05do 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 ...)