diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-19 14:32:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-19 14:32:47 +0000 |
commit | 18f002516a363760d3bff695626c604ef9c1a2bc (patch) | |
tree | b4bc10e3e9832be64b749dfdbf968ba221f74298 /mail/spamass-milter | |
parent | ce8aa4d719cd439bfba22932b499245f453a865c (diff) | |
download | pkgsrc-18f002516a363760d3bff695626c604ef9c1a2bc.tar.gz |
Update to 0.3.0:
0.3.0: (2005-02-03)
* -M option which disables all message modifications
* Fixed crash on spam with no body at all
* -e option to pass full recipient email address to spamc
* -x option to expand recipient list with sendmail -bv
* -f truly daemonizes now, instead of simply forking
* -P option to create a pidfile
* Supports both Spamassassin 2.x and 3.0 X-Spam-Status: headers
* Fixed possible crash when a fork() call fails
Might fix PR 26806, and does fix PR 29320.
Diffstat (limited to 'mail/spamass-milter')
-rw-r--r-- | mail/spamass-milter/Makefile | 5 | ||||
-rw-r--r-- | mail/spamass-milter/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/spamass-milter/Makefile b/mail/spamass-milter/Makefile index 088450ee5a5..12e5fc54665 100644 --- a/mail/spamass-milter/Makefile +++ b/mail/spamass-milter/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2005/03/14 14:21:06 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2005/03/19 14:32:47 wiz Exp $ # -DISTNAME= spamass-milter-0.2.0 -PKGREVISION= 1 +DISTNAME= spamass-milter-0.3.0 CATEGORIES= mail MASTER_SITES= http://savannah.nongnu.org/download/spamass-milt/ diff --git a/mail/spamass-milter/distinfo b/mail/spamass-milter/distinfo index 178b0c1a654..974f868fec3 100644 --- a/mail/spamass-milter/distinfo +++ b/mail/spamass-milter/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 09:59:29 agc Exp $ +$NetBSD: distinfo,v 1.4 2005/03/19 14:32:47 wiz Exp $ -SHA1 (spamass-milter-0.2.0.tar.gz) = 24c745f15198e601b6beeaade5f5aad3ca07a440 -RMD160 (spamass-milter-0.2.0.tar.gz) = af70e2a3b33c7839e700db5167e5ee8dadffb46e -Size (spamass-milter-0.2.0.tar.gz) = 113894 bytes +SHA1 (spamass-milter-0.3.0.tar.gz) = 383de2178f81ef88fb0d43d0c36ce973f67d10cf +RMD160 (spamass-milter-0.3.0.tar.gz) = b65af53900ca3eef37ccc27a266ea2143000a0bc +Size (spamass-milter-0.3.0.tar.gz) = 140126 bytes |