summaryrefslogtreecommitdiff
path: root/fml
AgeCommit message (Expand)Author
2006-05-09bug fix: add missing calling of libexec/error process.fukachan
2006-05-05fix copyrightfukachan
2006-05-04constuctor imports $expire_limit in the argument.fukachan
2006-05-04fix typo: $use_admin_command_mail_fucntionfukachan
2006-05-04bug fix: pass recipient information to reply_message_nl().fukachan
2006-05-04move "send welcome message" code to FML::Command::Admin::subscribe class.fukachan
2006-05-04send back welcome file in subscription when running under CGI/MTA process.fukachan
2006-05-04expire too old submitted queue after $moderate_queue_expire_limit.fukachan
2006-05-04expire article summary (remove content, corresponding with expiredfukachan
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-04regenfukachan
2006-05-04% format of strftime(3) is available for $log_filefukachan
2006-05-04define $welcome_file and $deny_file.fukachan
2006-05-03fix typo: use_admin_command_mail_functionfukachan
2006-05-03define $moderate_queue_expire_limitfukachan
2006-05-03regen: expirefukachan
2006-05-03define $use_article_expire and $article_expire_limitfukachan
2006-05-03define $use_article_summary_file_expirefukachan
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-05-02regen: $confirm_command_expire_limitfukachan
2006-05-02define $confirm_command_expire_limit (= 14d by default).fukachan
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-22regen: log_rotate_*fukachan
2006-04-22regenfukachan
2006-04-22variable name changed due tu overhaul of FML::File::Rotate.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