diff options
author | schmonz <schmonz> | 2002-04-07 06:56:34 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-04-07 06:56:34 +0000 |
commit | cf1ae80aa438c1e414fca3ee0413e4df12d6f69e (patch) | |
tree | ab60a7771c94b2dd0ab905f377be1fdab0e87d39 | |
parent | d094b6572a2ffd82f3395a706cd39b91c540a4c8 (diff) | |
download | pkgsrc-cf1ae80aa438c1e414fca3ee0413e4df12d6f69e.tar.gz |
Update to 0.51. From the changelog:
* 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.
-rw-r--r-- | mail/tmda/Makefile | 6 | ||||
-rw-r--r-- | mail/tmda/PLIST | 6 | ||||
-rw-r--r-- | mail/tmda/distinfo | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile index cf987fa837e..b3d0a33a946 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.2 2002/03/14 17:24:18 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/04/07 06:56:34 schmonz Exp $ # -DISTNAME= tmda-0.48 +DISTNAME= tmda-0.51 CATEGORIES= mail python MASTER_SITES= http://software.libertine.org/tmda/releases/ \ http://software.libertine.org/tmda/releases/old/ EXTRACT_SUFX= .tgz -MAINTAINER= schmonz+netbsd@schmonz.com +MAINTAINER= schmonz@netbsd.org HOMEPAGE= http://tmda.sourceforge.net/ COMMENT= Python-based SPAM reduction system diff --git a/mail/tmda/PLIST b/mail/tmda/PLIST index 10c2f5781e5..486a1adddab 100644 --- a/mail/tmda/PLIST +++ b/mail/tmda/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/03/14 17:24:18 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/04/07 06:56:34 schmonz Exp $ bin/tmda-address bin/tmda-check-address bin/tmda-filter @@ -53,13 +53,13 @@ ${DOCDIR}/THANKS ${DOCDIR}/UPGRADE ${CONTRIBDIR}/ChangeLog ${CONTRIBDIR}/README.RELAY +${CONTRIBDIR}/collectaddys ${CONTRIBDIR}/printcdb ${CONTRIBDIR}/printdbm ${CONTRIBDIR}/qmail-smtpd_auth.patch ${CONTRIBDIR}/sample.tmdarc -${CONTRIBDIR}/setup.py -${CONTRIBDIR}/setup.pyc ${CONTRIBDIR}/tmda.spec +${SHAREDIR}/bounce.txt ${SHAREDIR}/confirm_accept.txt ${SHAREDIR}/confirm_request.txt @dirrm ${SHAREDIR} diff --git a/mail/tmda/distinfo b/mail/tmda/distinfo index 2fbb3236ee8..3fc3315fd01 100644 --- a/mail/tmda/distinfo +++ b/mail/tmda/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2002/03/14 17:24:19 wiz Exp $ +$NetBSD: distinfo,v 1.3 2002/04/07 06:56:34 schmonz Exp $ -SHA1 (tmda-0.48.tgz) = b993aeac7832b9d49c0ff298e3cd36f896ec6888 -Size (tmda-0.48.tgz) = 119444 bytes +SHA1 (tmda-0.51.tgz) = e57391f4f42b1f0519c80bb8f12cab6b0a8386c0 +Size (tmda-0.51.tgz) = 124488 bytes |