summaryrefslogtreecommitdiff
path: root/mail/tmda
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2002-11-14 04:25:31 +0000
committerkim <kim@pkgsrc.org>2002-11-14 04:25:31 +0000
commit4deadf0dc75759021186137830410e84f2802502 (patch)
tree73b2e3861160f77e888211d242b9ffa785ffef44 /mail/tmda
parent66750dc80a02fa079ea3bde756bf9b0e18dd8b5c (diff)
downloadpkgsrc-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).
Diffstat (limited to 'mail/tmda')
-rw-r--r--mail/tmda/Makefile6
-rw-r--r--mail/tmda/distinfo6
2 files changed, 6 insertions, 6 deletions
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