diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-05-12 15:01:59 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-05-12 15:01:59 +0000 |
commit | c3f709d021134f8e23c663222ab17d8a13e138fe (patch) | |
tree | 2527cac0d7026c6bb1c7c251a2fe26685a2692d1 /mail | |
parent | 603dd5fd63f09f188a28ad0f684c234a89ccf259 (diff) | |
download | pkgsrc-c3f709d021134f8e23c663222ab17d8a13e138fe.tar.gz |
Update to 0.54. Changes:
* New ``--terse-summary'' option to tmda-pending which can be used as
an alternative to ``--summary''. See ``tmda-pending -h'' for more.
* New tmdarc options PENDING_DELETE_APPEND and PENDING_RELEASE_APPEND
which define filenames to which the sender address will be appended
when a message is deleted or released by tmda-pending. This can be
used for example to update your white/blacklist from tmda-pending.
* In addition to ~/.tmdarc, ~/.tmda/config is now a valid location for
your TMDA configuration file.
* Performance improvements.
* Bugfixes.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/tmda/Makefile | 4 | ||||
-rw-r--r-- | mail/tmda/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile index aeaa5680fca..79539641cb5 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2002/04/23 19:26:33 schmonz Exp $ +# $NetBSD: Makefile,v 1.5 2002/05/12 15:01:59 schmonz Exp $ # -DISTNAME= tmda-0.52 +DISTNAME= tmda-0.54 CATEGORIES= mail python MASTER_SITES= http://software.libertine.org/tmda/releases/ \ http://software.libertine.org/tmda/releases/old/ diff --git a/mail/tmda/distinfo b/mail/tmda/distinfo index ff3f5159ce5..03dccaba134 100644 --- a/mail/tmda/distinfo +++ b/mail/tmda/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2002/04/23 19:26:34 schmonz Exp $ +$NetBSD: distinfo,v 1.5 2002/05/12 15:01:59 schmonz Exp $ -SHA1 (tmda-0.52.tgz) = 71482b20c2201cb0db3653a20cab580c2340707e -Size (tmda-0.52.tgz) = 125340 bytes +SHA1 (tmda-0.54.tgz) = 7bdcb7045cdbd46d2e0050136da06b1abeff2589 +Size (tmda-0.54.tgz) = 126428 bytes |