diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-04-07 06:56:34 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-04-07 06:56:34 +0000 |
commit | bc4f1285887a0df57f65e9f81b7143a4b095370b (patch) | |
tree | ab60a7771c94b2dd0ab905f377be1fdab0e87d39 /mail/tmda/PLIST | |
parent | 098d69a013d220cf4815c8af756017c3248ef184 (diff) | |
download | pkgsrc-bc4f1285887a0df57f65e9f81b7143a4b095370b.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/PLIST')
-rw-r--r-- | mail/tmda/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
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} |