diff options
author | wiz <wiz> | 2002-03-14 17:24:18 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-03-14 17:24:18 +0000 |
commit | 03cfb1596455cc08d72cbb750b05042c0147af45 (patch) | |
tree | 0a64961b4ae241a13e02519f1385bcdca8eca0b0 /mail/tmda/PLIST | |
parent | d8080b1281a35848cd06d0e7b8ec5f11c49aa6ab (diff) | |
download | pkgsrc-03cfb1596455cc08d72cbb750b05042c0147af45.tar.gz |
Update to 0.48, provided by Amitai Schlair in pkg/15783.
Changes:
* TMDA has acquired the ability to handle local mail delivery itself.
It can now do safe and reliable delivery to qmail-style Maildirs and
mboxrd-format mboxes, as well as program (pipe) delivery, and
forward to a different e-mail address.
* Added an -autodbm argument to the 'from-file' and 'to-file' filter
sources to match the existing -autocdb capability. -autodbm
automatically maintains a DBM file for the specified TMDA list file.
No more rebuilding your DBM files by hand, cron, or scripting.
* Added the ability to use 'from*' rules in outgoing filters.
See the TMDA Filter Specification for details.
* Lots of internal reorganization.
Diffstat (limited to 'mail/tmda/PLIST')
-rw-r--r-- | mail/tmda/PLIST | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/tmda/PLIST b/mail/tmda/PLIST index 8cd2a664349..10c2f5781e5 100644 --- a/mail/tmda/PLIST +++ b/mail/tmda/PLIST @@ -1,16 +1,18 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/02/14 13:00:25 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/03/14 17:24:18 wiz Exp $ bin/tmda-address bin/tmda-check-address -bin/tmda-clean bin/tmda-filter bin/tmda-inject bin/tmda-keygen +bin/tmda-pending bin/tmda-rfilter bin/tmda-sendmail ${PYSITELIB}/TMDA/Cookie.py ${PYSITELIB}/TMDA/Cookie.pyc ${PYSITELIB}/TMDA/Defaults.py ${PYSITELIB}/TMDA/Defaults.pyc +${PYSITELIB}/TMDA/Deliver.py +${PYSITELIB}/TMDA/Deliver.pyc ${PYSITELIB}/TMDA/Errors.py ${PYSITELIB}/TMDA/Errors.pyc ${PYSITELIB}/TMDA/FilterParser.py @@ -42,7 +44,7 @@ ${HTMLDIR}/requirements.html ${HTMLDIR}/resources.html ${HTMLDIR}/results.html ${HTMLDIR}/trouble.html -${DOCDIR}/COPYRIGHT +${DOCDIR}/COPYING ${DOCDIR}/CRYPTO ${DOCDIR}/ChangeLog ${DOCDIR}/INSTALL @@ -51,8 +53,6 @@ ${DOCDIR}/THANKS ${DOCDIR}/UPGRADE ${CONTRIBDIR}/ChangeLog ${CONTRIBDIR}/README.RELAY -${CONTRIBDIR}/list2cdb -${CONTRIBDIR}/list2dbm ${CONTRIBDIR}/printcdb ${CONTRIBDIR}/printdbm ${CONTRIBDIR}/qmail-smtpd_auth.patch |