diff options
author | markd <markd@pkgsrc.org> | 2007-08-15 04:50:39 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-08-15 04:50:39 +0000 |
commit | 83cf1538f0bf5b586fe59040980c186207841fb6 (patch) | |
tree | 4bab344b44665d805e019def1186f6ec6033cf31 /mail/mimedefang/Makefile | |
parent | 56794726f522a7de9bde7aad8e360a7905b3ace6 (diff) | |
download | pkgsrc-83cf1538f0bf5b586fe59040980c186207841fb6.tar.gz |
Update mimedefang to 2.63
Changes since 2.62:
* mimedefang-multiplexor.c: Relax the umask when creating the unprivileged
socket ("-a" command-line option.)
* mimedefang.c(eom): If we do not have a queue ID yet, try to obtain one
in eom. This is designed to improve operation with Postfix, which does
not assign a queue ID until after the first successful RCPT. Based on a
patch from Henrik Krohns.
* examples/init-script.in: Added MD_SKIP_BAD_RCPTS init script option
(suggested by John Nemeth)
* Remove support for OpenAntivirus. It's a dead product.
* mimedefang.pl.in(spam_assassin_status): Call $mail->finish() to prevent
temporary files from accumulating.
* redhat/mimedefang-init.in: Add configtest routine to check filter
syntax.
Changes since 2.61:
* A new "change_sender" action lets you change the envelope sender. Only
works with Sendmail/Milter 8.14.0 and newer!
* Clam interface code has been fixed to work properly with ClamAV 0.90
and later.
* Other minor improvements and bugfixes.
Diffstat (limited to 'mail/mimedefang/Makefile')
-rw-r--r-- | mail/mimedefang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile index 3f39a22c71c..6f6376d69c5 100644 --- a/mail/mimedefang/Makefile +++ b/mail/mimedefang/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2007/07/04 20:54:45 jlam Exp $ +# $NetBSD: Makefile,v 1.38 2007/08/15 04:50:39 markd Exp $ -DISTNAME= mimedefang-2.61 +DISTNAME= mimedefang-2.63 CATEGORIES= mail MASTER_SITES= http://www.mimedefang.org/static/ |