[Mimedefang] MIMEDefang 2.28-BETA-2 is available

David F. Skoll dfs at roaringpenguin.com
Tue Dec 10 11:21:01 EST 2002


MIMEDefang 2.28-BETA-2 is available at:

	http://www.roaringpenguin.com/mimedefang/#download

Changes since 2.27 are appended.  The biggest change in this beta is that
filter_relay, filter_recipient or filter_sender can return a code of
ACCEPT_AND_NO_MORE_FILTERING.  This means all MIMEDefang filtering is
skipped for the remainder of the message.  If you never want to filter
outgoing mail from 127.0.0.1 or some other range of IP addresses, this can
be a big performance improvement.

Regards,

David.

2002-12-10  David F. Skoll  <dfs at roaringpenguin.com>

	* mimedefang.c: For filter_relay, filter_sender and filter_recipient,
	use 'CONTINUE', 'TEMPFAIL' and 'REJECT' instead of 1, -1, and 0.
	Also add 'ACCEPT_AND_NO_MORE_FILTERING' to accept mail without
	further processing.  The old numeric return codes still work,
	but are deprecated.

	* mimedefang-multiplexor.c (MAX_CMD_LEN): Increased MAX_CMD_LEN
	to 4096 from 512.

2002-12-05  David F. Skoll  <dfs at roaringpenguin.com>

	* mimedefang-filter.5.in: Fixed many typos (Jason Englander)

2002-12-04  David F. Skoll  <dfs at roaringpenguin.com>

	* mimedefang-multiplexor.c (findFreeSlave): Do not return
	a killed-but-not-yet-reaped slave.

2002-12-03  David F. Skoll  <dfs at roaringpenguin.com>

	* Version 2.27 RELEASED



More information about the MIMEDefang mailing list