summaryrefslogtreecommitdiff
path: root/fml/lib/FML
AgeCommit message (Collapse)Author
2005-05-27rename _remove_postfix_style_virtual() to remove_postfix_style_virtual(),fukachan
which is used among plural modules. not use str.str form.
2005-05-27set umask(077) in creating a tmp file.fukachan
2005-05-27fixed: _Calender -> _calenderfukachan
2005-05-26fix comments (FNF).fukachan
remove is_safe_syntax(), which is not used. rename allow_reply_message() to is_allow_reply_message().
2005-05-26remove _xxx() methods among modules: rename _XXX() to sysflow_XXX().fukachan
2005-05-26fix comments (FNF).fukachan
$curproc->allow_reply_message() -> $curproc->is_allow_reply_message().
2005-05-26fix the comment of virtual file.fukachan
not use str.str. _remove_postfix_style_virtual() -> remove_postfix_style_virtual().
2005-05-26not use str.str.fukachan
white space clean up of alias file path. _remove_postfix_style_virtual() -> remove_postfix_style_virtual().
2005-05-26fixed to work.fukachan
2005-05-26not use str.strfukachan
2005-05-26$curproc->allow_reply_message() -> $curproc->is_allow_reply_message().fukachan
2005-05-26not use str.strfukachan
2005-05-26log errors more.fukachan
2005-05-26FNF.fukachan
$fh -> $rh
2005-05-26preliminary syslog extension support.fukachan
2005-05-26not use str.strfukachan
2005-05-26not use str.str.fukachan
2005-05-26use_spool -> use_article_spoolfukachan
2005-01-23FNF: fix copyrightfukachan
2005-01-19logwarn() -> logdebug() for "... try later." message.fukachan
2005-01-19regenfukachan
2005-01-19update rulesfukachan
2005-01-01enhanced general reply message system.fukachan
o add X-Stardate:, Precedence: and Errors-To: header fields. o enhance Reply-To: field handling.
2005-01-01system_timezone = +0900fukachan
2005-01-01override Reply-To: and Errors-To: header fields to rewrite the addressfukachan
the error message sent to in forwarding.
2005-01-01handle X-Stardate: and Precedence: header fieldfukachan
2004-12-30enhanced to handle variables properly.fukachan
o Errors-To: o time zone. o handle old definitions e.g. subject tag, old variables in fml 2 age. o "ignore" operation print out comments. o fix content of *_dir and *_map variables.
2004-12-30regenfukachan
2004-12-30fix definitionsfukachan
2004-12-30cosmetic changes: $VARIABLE format, "\n".fukachan
2004-12-30rewrite_errors_to use $outgoing_mail_header_errors_to to rewritefukachan
Errors-To: header field ($maintainer by default).
2004-12-29regen: care for a few old configurationsfukachan
2004-12-29care for a few old configurationsfukachan
2004-12-29handle use_fml8_value definitions.fukachan
translate outgoing_address.
2004-12-29regen: care for use_fml8_valuefukachan
2004-12-29convert OUTGOING_ADDRESSfukachan
2004-12-29print out translated configurations between parenthesis offukachan
"<TRANSLATED_CONFIG ... >".
2004-12-29verify config.{cf,ph} existencefukachan
2004-12-23move Calendar::Lite to FML::Demo::Calendar since this module needsfukachan
FML::* class.
2004-12-19$debug_module_regexp_list restricts debug regions.fukachan
2004-12-19fix copyrightfukachan
2004-12-19emulate fml4's mead.pl and msend.plfukachan
2004-12-18$debug -> $use_debugfukachan
2004-12-18logdebug() works if debug = yes defined.fukachan
2004-12-15regen: fix/update rulesfukachan
2004-12-15support more special conversion rulesfukachan
2004-12-15fix/update rulesfukachan
2004-12-15remove too old files in tmp/ and var/mail/queue/incoming/ directories.fukachan
2004-12-15implement remove_too_old_files_in_dir() method.fukachan
2004-12-15log delay time in success of delivery.fukachan