Subject: CVS commit: pkgsrc/mail/mimedefang
To: None <pkgsrc-changes@NetBSD.org>
From: Mark Davies <markd@netbsd.org>
List: pkgsrc-changes
Date: 08/15/2007 04:50:40
Module Name:	pkgsrc
Committed By:	markd
Date:		Wed Aug 15 04:50:40 UTC 2007

Modified Files:
	pkgsrc/mail/mimedefang: Makefile distinfo
	pkgsrc/mail/mimedefang/patches: patch-ab patch-ac

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 pkgsrc/mail/mimedefang/Makefile
cvs rdiff -r1.16 -r1.17 pkgsrc/mail/mimedefang/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/mail/mimedefang/patches/patch-ab \
    pkgsrc/mail/mimedefang/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.