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 /mail/tmda/Makefile | |
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.
Diffstat (limited to 'mail/tmda/Makefile')
-rw-r--r-- | mail/tmda/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |