summaryrefslogtreecommitdiff
path: root/fml
AgeCommit message (Collapse)Author
2006-05-17the number of subscribers exceeds the limit.fukachan
2006-05-17/var/qmail/control/rcpthostsfukachan
2006-05-17subscribe name, which name is not used now.fukachan
2006-05-17define $REJECT_ADDR_LIST and $CHECK_MAILBODY_CKSUM variables as NULL.fukachan
2006-05-17welcome message sent back to a new subscriber.fukachan
2006-05-17fix comment (FNF)fukachan
2006-05-17all translations except for CONFIRMD and MTI are done.fukachan
2006-05-16check the number of users in {member,recipient}_maps exceeds the limit.fukachan
2006-05-16regen: *_total_limitfukachan
2006-05-16define $*_total_limitfukachan
2006-05-16define get_user_total(), return the total number of addresses in list.fukachan
2006-05-16regen: fix typofukachan
2006-05-16regen: fixtypofukachan
2006-05-16fix typofukachan
2006-05-14envelop based filterfukachan
2006-05-13fix comments (FNF)fukachan
2006-05-13enable body based loop checkfukachan
2006-05-13regen: cksum -> checksumfukachan
2006-05-12cksum -> checksumfukachan
2006-05-12loop check restructured.fukachan
add envelope based loop check.
2006-05-11implement md5_file()fukachan
2006-05-11restructured.fukachan
define md5_str_ref() too, same as md5().
2006-05-09restructure qmail-ext command emulation.fukachan
currently libexec/error traps the request and switch the context to command process. FML::Process::QMail no more used. FML::Command::QmailExt provides qmail-ext emulation functions.
2006-05-09define is_spammer()fukachan
2006-05-09implement reject_spammer_maps()fukachan
2006-05-09regen: spammer_maps, envelope sender loop checkfukachan
2006-05-09add envelope.cffukachan
2006-05-09loop check for envelope sender.fukachan
$use_incoming_mail_envelope_loop_check = yes $incoming_mail_envelope_loop_check_rules = check_envelope_sender
2006-05-09reject_spammer_maps directive available now.fukachan
define dummy $primary_spammer_map and $spammer_maps.
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
delete() and remove() can accept queue id if specified. define expire() which removes too old queue files in the specified queue. It expires all queue if $class unspecified. expire()/cleanup() is overhauled. queue removing is done by remove(). define {set,get}_expire_limit() access methods.
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
articles, in summary).
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
call $queue->expire() in incoming_message_cleanup_queue().
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