summaryrefslogtreecommitdiff
path: root/mail/tmda/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2002-04-23Update to 0.52:schmonz1-2/+2
* Fix a bug in tmda-pending that would result in delivered messages being skipped during batch/delete (-bd) runs.
2002-04-07Update to 0.51. From the changelog:schmonz1-3/+3
* Messages in the pending directory are no longer deleted after they are confirmed (or released) and delivered. Now they are simply noted in the DELIVERED_CACHE file. * BOUNCE_TEXT_ALREADY_CONFIRMED has been deprecated. * The confirm_accept.txt template has been modified. The message body of the notification is no longer hardcoded, but rather stored in %(confirm_accept_text)s, which comes from one of the following tmdarc variables depending on context: CONFIRM_ACCEPT_TEXT_INITIAL CONFIRM_ACCEPT_TEXT_ALREADY_CONFIRMED CONFIRM_ACCEPT_TEXT_ALREADY_RELEASED * Custom templates are now referred to by a template directory rather than individually. Any templates found in this directory will be used, otherwise the default templates will be used. You can specify a custom template directory in one of two ways: A TEMPLATE_DIR setting in your tmdarc. This replaces use of CONFIRM_ACCEPT_TEMPLATE and CONFIRM_REQUEST_TEMPLATE. tmda-filter's -t option, which replaces both -A and -R. * The 'unquoted' and 'parens' options to MESSAGE_FROM_STYLE have been deprecated. 'angles' now double-quotes the fullname only when necessary.
2002-03-14Update to 0.48, provided by Amitai Schlair in pkg/15783.wiz1-5/+14
Changes: * TMDA has acquired the ability to handle local mail delivery itself. It can now do safe and reliable delivery to qmail-style Maildirs and mboxrd-format mboxes, as well as program (pipe) delivery, and forward to a different e-mail address. * Added an -autodbm argument to the 'from-file' and 'to-file' filter sources to match the existing -autocdb capability. -autodbm automatically maintains a DBM file for the specified TMDA list file. No more rebuilding your DBM files by hand, cron, or scripting. * Added the ability to use 'from*' rules in outgoing filters. See the TMDA Filter Specification for details. * Lots of internal reorganization.
2002-02-14import of tmda-0.46, a Python-based SPAM reduction system, submitted bydrochner1-0/+61
Amitai Schlair per PR pkg/15075