From 39c84e30275993719ad66ad4586d8419eaa7ff59 Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 18 Jul 2004 06:11:14 +0000 Subject: Update mimedefang to version 2.44 Changes in 2.44: This release features support for two new Sendmail 8.13 features: the SOCKETMAP map type, and Sendmail's built-in quarantine mechanism. There are also some minor bugfixes and documentation cleanups, as well as a fix for a memory leak with the embedded Perl interpreter on some platforms. Changes in 2.43: Various Perl functions can request the C code to delay before returning; this permits tarpitting without tying up a Perl slave. The multiplexor has an additional option to run a "tick" function on a periodic basis. There are minor bugfixes and documentation improvements. Changes in 2.42: The multiplexor causes closelog() to avoid problems with embedded Perl slaves. Support for SpamAssassin's upcoming 3.0.0 Perl API was added. A few other small bugs were fixed. Changes in 2.41: This is a bugfix release only. The most important change is to stop the action_quarantine_entire_message from sending out notifications each time it is invoked. A few other minor bugs were fixed. --- mail/mimedefang/MESSAGE | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mail/mimedefang/MESSAGE (limited to 'mail/mimedefang/MESSAGE') diff --git a/mail/mimedefang/MESSAGE b/mail/mimedefang/MESSAGE new file mode 100644 index 00000000000..152b8fd40f0 --- /dev/null +++ b/mail/mimedefang/MESSAGE @@ -0,0 +1,11 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2004/07/18 06:11:14 markd Exp $ + +In version 2.44 the location of the sa-mimedefang.cf file moved from +${PKG_SYSCONFDIR}/spamassassin/sa-mimedefang.cf to +${PKG_SYSCONFDIR}/sa-mimedefang.cf + +From version 2.43 filter_relay no longer has access to the HELO argument, +nor does the MIMEDefang spool directory exist when filter_relay is called. + +=========================================================================== -- cgit v1.2.3