summaryrefslogtreecommitdiff
path: root/fml/lib
AgeCommit message (Expand)Author
2006-05-04expand % format in $log_file by strftime(3).fukachan
2006-05-04change default message subject to "message from $ml_name ML $myname system".fukachan
2006-05-04expire article under lockedfukachan
2006-05-04define incoming_message(), which returns undef as a dummy.fukachan
2006-05-03try to expire articles once per day if enabled.fukachan
2006-05-03modify log messagesfukachan
2006-05-03implement expire(), which function expires too old articles.fukachan
2006-05-02changed that permit_forward_to_moderator() returns ("matched", "ignore").fukachan
2006-05-02modified to use $confirm_command_expire_limit which value is convertedfukachan
2006-05-02implement as_second($key), which returns the value as seconds such asfukachan
2006-04-30support for LOGFILE_NEWSYSLOG_LIMIT and XMLNAMEfukachan
2006-04-30regen: 83 % checked.fukachan
2006-04-3083 % checked.fukachan
2006-04-28fix copyrightfukachan
2006-04-28fix open() mode: r -> <fukachan
2006-04-22runs operation on log files (currently log rotation).fukachan
2006-04-22message modified (unified among modules)fukachan
2006-04-22FML::File::Rotate overhaul-ed. access method changed.fukachan
2006-04-20log as status=deferred not status=fail when the delivery fails.fukachan
2006-04-20fix error reset timing.fukachan
2006-04-20try to connect(2) $mta by IPv6 if (1) we can use Socket6 and (2) mtafukachan
2006-04-18fix copyrightfukachan
2006-04-17logging system enabled by defaultfukachan
2006-04-17$Counter -> $global_counter, easily identified as a global variable.fukachan
2006-04-17define logdebug()fukachan
2006-04-17define dummy rewrite_message_id() method and the rewrite rule.fukachan
2006-04-16fix variable names:fukachan
2006-04-16fix variable name: num_rcpt -> rcpt_totalfukachan
2006-04-16fix variable name syntax: _num_attachment -> _num_attachmentsfukachan
2006-04-16clean up variable name style.fukachan
2006-04-15nuke ambiguous method and variable name.fukachan
2006-04-11temporarily disable logging system before calling is_permit_post() atfukachan
2006-04-11define log_{enable,disable}() to enable/disable logging system.fukachan
2006-04-11apply filter system to avoid useless work if distribution is allowed.fukachan
2006-04-10enhance restriction checks for invalid contents to determine thefukachan
2006-04-10define restriction_state_set_ignore_reason() andfukachan
2006-04-10define ignore() and ignore_invalid_request() methods.fukachan
2006-04-10define ignore() and ignore_invalid_request() methods.fukachan
2006-04-09define reply_message_delete() templatefukachan
2006-04-09modify debug messagefukachan
2006-04-05mask some debug messagesfukachan
2006-04-05modifieid to sync w/ Mail::Delivery::Queue changes.fukachan
2006-04-05modifieid to sync w/ Mail::Delivery::Queue changes.fukachan
2006-04-05modifieid to sync w/ Mail::Delivery::Queue changes.fukachan
2006-04-05trylock() testfukachan
2006-04-05fix fallback algorithm: we need not do fallback for the queue alreadyfukachan
2006-04-05fix usage of logging.fukachan
2006-04-05queue_flush() takes no argumentfukachan
2006-04-05trylock() (lock( { wait => TIME }) implementedfukachan
2006-04-04queue validation logic modified.fukachan