diff options
author | schmonz <schmonz> | 2002-08-31 23:08:40 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-08-31 23:08:40 +0000 |
commit | 181462abf316a23f61f40102ce22186387d8139b (patch) | |
tree | ab6783fae72c5c3701a0d5f8f937146785c75beb /mail/tmda | |
parent | e259288bd8dcb924f57a46e1f83c8e039b91221f (diff) | |
download | pkgsrc-181462abf316a23f61f40102ce22186387d8139b.tar.gz |
Update to 0.61. From the changelog:
* New -A option for tmda-ofmipd to allow authentication against
checkpassword compatible programs such as checkpassword-pam
(http://checkpasswd-pam.sourceforge.net/).
* New -C option for tmda-ofmipd to set a limit on the number of
simultaneous connections. Default is 20.
* tmda-ofmipd general bugfixes and security improvements.
* New config variable, `X_TMDA_IN_SUBJECT' which turns on parsing of
the Subject header for X-TMDA override actions. See description in
Defaults.py for more information.
* New config variable, `ADDED_HEADERS_SERVER' which allows you to add
arbitrary headers to all server-sent (i.e, tmda-filter) messages.
* Josh Huber's tmda.el, an elisp module for integrating TMDA with Gnus
and Message mode, has been added to the contrib directory. This is
super-cool, Jason sez check it out!
* Major improvements to the filter file language, courtesy of Tim,
including:
- The addition of "macro" definition and expansion.
- The addition of variable interpolation.
- A new argument, `-optional', for all rules that access files.
- Support for nested filter files with the 'include' statement.
For more information on these new features, see the updated TMDA
Filter Specification (http://tmda.net/config-filter.html).
* Logging capability for client-side message (i.e, those sent with
tmda-sendmail). Set LOGFILE_OUTGOING in your config to enable this.
* New version of tmda.el.
* Fixed a bug which prevented the `from/to-mailman' filter sources
from working.
Diffstat (limited to 'mail/tmda')
-rw-r--r-- | mail/tmda/Makefile | 4 | ||||
-rw-r--r-- | mail/tmda/PLIST | 7 | ||||
-rw-r--r-- | mail/tmda/distinfo | 6 |
3 files changed, 11 insertions, 6 deletions
diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile index 491857cd2ef..d480da07128 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2002/07/23 20:05:47 schmonz Exp $ +# $NetBSD: Makefile,v 1.8 2002/08/31 23:08:40 schmonz Exp $ # -DISTNAME= tmda-0.58 +DISTNAME= tmda-0.61 CATEGORIES= mail python MASTER_SITES= http://tmda.net/releases/ \ http://tmda.net/releases/old/ diff --git a/mail/tmda/PLIST b/mail/tmda/PLIST index 132a56be1f0..988556eb55e 100644 --- a/mail/tmda/PLIST +++ b/mail/tmda/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2002/07/23 20:05:47 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.5 2002/08/31 23:08:41 schmonz Exp $ bin/tmda-address bin/tmda-check-address bin/tmda-filter @@ -22,6 +22,8 @@ ${PYSITELIB}/TMDA/HMAC.py ${PYSITELIB}/TMDA/HMAC.pyc ${PYSITELIB}/TMDA/MTA.py ${PYSITELIB}/TMDA/MTA.pyc +${PYSITELIB}/TMDA/MessageLogger.py +${PYSITELIB}/TMDA/MessageLogger.pyc ${PYSITELIB}/TMDA/SMTP.py ${PYSITELIB}/TMDA/SMTP.pyc ${PYSITELIB}/TMDA/Util.py @@ -38,11 +40,13 @@ ${HTMLDIR}/config-server.html ${HTMLDIR}/config.html ${HTMLDIR}/download.html ${HTMLDIR}/features.html +${HTMLDIR}/filter-sources.html ${HTMLDIR}/history.html ${HTMLDIR}/howtos.html ${HTMLDIR}/index.html ${HTMLDIR}/install.html ${HTMLDIR}/inuse.html +${HTMLDIR}/press.html ${HTMLDIR}/requirements.html ${HTMLDIR}/resources.html ${HTMLDIR}/results.html @@ -60,6 +64,7 @@ ${CONTRIBDIR}/collectaddys ${CONTRIBDIR}/printcdb ${CONTRIBDIR}/printdbm ${CONTRIBDIR}/sample.tmdarc +${CONTRIBDIR}/tmda.el ${CONTRIBDIR}/tmda.spec ${SHAREDIR}/bounce.txt ${SHAREDIR}/confirm_accept.txt diff --git a/mail/tmda/distinfo b/mail/tmda/distinfo index 66c26aaca9c..0ac0e023348 100644 --- a/mail/tmda/distinfo +++ b/mail/tmda/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2002/07/23 20:05:47 schmonz Exp $ +$NetBSD: distinfo,v 1.8 2002/08/31 23:08:41 schmonz Exp $ -SHA1 (tmda-0.58.tgz) = b7c7d64bf146b471b1c73b757951d7e559424892 -Size (tmda-0.58.tgz) = 134229 bytes +SHA1 (tmda-0.61.tgz) = ffc9428eebb092debf3578635e0b6ed5648fb9f2 +Size (tmda-0.61.tgz) = 153537 bytes |