diff options
author | kim <kim@pkgsrc.org> | 2002-11-14 04:25:31 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2002-11-14 04:25:31 +0000 |
commit | 4deadf0dc75759021186137830410e84f2802502 (patch) | |
tree | 73b2e3861160f77e888211d242b9ffa785ffef44 | |
parent | 66750dc80a02fa079ea3bde756bf9b0e18dd8b5c (diff) | |
download | pkgsrc-4deadf0dc75759021186137830410e84f2802502.tar.gz |
Upgrade to tmda-0.64:
* New feature. TEMPLATE_DIR_MATCH_SENDER provides a way to further
specialize the template selection process. When enabled, TMDA looks
for templates in a subdirectory of TEMPLATE_DIR that matches the
sender address, and then increasingly general portions of the domain
part of the address. For more information and an example, see
<URL:http://tmda.net/config-vars.html#TEMPLATE_DIR_MATCH_SENDER>
* tmda-pending now allows messages to be specified on standard input
instead of the command line by using `-' instead of a message
list. See ``tmda-pending -h'' for an example. Thanks to Michael
S. Fischer for the patch.
Only accept Python 2.2, as the PLIST is incorrect for 2.1 (due to one
file failing to compile).
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | mail/tmda/Makefile | 6 | ||||
-rw-r--r-- | mail/tmda/distinfo | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 342c8748d4c..da2792fd4fd 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.519 2002/11/14 04:14:59 itojun Exp $ +$NetBSD: CHANGES,v 1.520 2002/11/14 04:27:49 kim Exp $ Changes to the packages collection and infrastructure in 2002: @@ -3609,3 +3609,4 @@ Changes to the packages collection and infrastructure in 2002: Added i2cbd-2.0_BETA0 [hubertf 2002-11-14] Updated bind4 to 4.9.10nb1 [itojun 2002-11-14] Updated bind8 to 8.3.3nb1 [itojun 2002-11-14] + Updated tmda to 0.64 [kim 2002-11-14] diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile index 663342ac579..fa005c8404f 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2002/11/11 05:28:07 schmonz Exp $ +# $NetBSD: Makefile,v 1.11 2002/11/14 04:25:31 kim Exp $ # -DISTNAME= tmda-0.63 +DISTNAME= tmda-0.64 CATEGORIES= mail python MASTER_SITES= http://tmda.net/releases/ \ http://tmda.net/releases/old/ @@ -11,7 +11,7 @@ MAINTAINER= schmonz@netbsd.org HOMEPAGE= http://tmda.net/ COMMENT= Python-based SPAM reduction system -PYTHON_VERSIONS_ACCEPTED= 22 21 +PYTHON_VERSIONS_ACCEPTED= 22 PY_PATCHPLIST= # defined PYTHON_PATCH_SCRIPTS= ${TMDA_PROGRAMS} diff --git a/mail/tmda/distinfo b/mail/tmda/distinfo index 0f07d88b967..1621f5fdd2b 100644 --- a/mail/tmda/distinfo +++ b/mail/tmda/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2002/11/11 05:28:07 schmonz Exp $ +$NetBSD: distinfo,v 1.10 2002/11/14 04:25:31 kim Exp $ -SHA1 (tmda-0.63.tgz) = b8fe0357111d21a786148fada1a51e50dc7aa33d -Size (tmda-0.63.tgz) = 230959 bytes +SHA1 (tmda-0.64.tgz) = 796482c04f49e86d90baa1ce7cd312158250b777 +Size (tmda-0.64.tgz) = 234295 bytes |