[Mimedefang] MIMEDefang 2.6 Beta 2 is out

David F. Skoll dfs at roaringpenguin.com
Mon Feb 25 16:14:20 EST 2002


Hi,

It's at http://www.roaringpenguin.com/mimedefang/mimedefang-2.6-BETA-2.tar.gz

I've appended the changelog.  The main differences are a more sensible
definition of $SuspiciousCharsInHeader and $SuspiciousCharsInBody.

Also, I've added support for an optional filter_relay function which
you can define to reject connections early on in the SMTP dialog.
See mimedefang-filter(5) for details.

Finally, I think that all of the SpamAssassin functions are finally fixed
and work with SA 1.5, 2.0 and later.

If this one works for you, it will become 2.6-final.

Regards,

David.

2002-02-25  David F. Skoll  <dfs at roaringpenguin.com>

	* Added support for filter_relay function which lets you
	reject connections early on in the SMTP transaction in multiplex
	mode.  Still works in non-multiplex mode, but not early on in the
	SMTP dialog.

2002-02-22  David F. Skoll  <dfs at roaringpenguin.com>

	* mimedefang.pl.in (action_tempfail): Added $msg parameter
	which lets you customize the tempfail message.

2002-02-21  David F. Skoll  <dfs at roaringpenguin.com>

	* mimedefang.c: Relax test for "suspicious" characters to
	worry only about embedded <CR> and <NUL> characters.

	* Increased SMALLBUF from 256 to 2048 to handle long headers
	better.

2002-02-20  David F. Skoll  <dfs at roaringpenguin.com>

	* mimedefang.c (body): Added checks for suspicious characters
	in e-mail body.

	* mimedefang.pl.in: Added $SuspiciousCharsInBody variable.

	* mimedefang.pl.in (spam_assassin_status()): Fixed all the
	spam_assassin functions to work with SpamAssasssin 2.x as well
	as 1.5.

	(time_str): Made generated quarantine directory names use
	dots instead of colons in time -- this makes them more
	Samba-friendly.

	* Deprecated action_rebuild.  It causes problems.

2002-02-19  David F. Skoll  <dfs at roaringpenguin.com>

	* mimedefang.pl.in (rebuild_entity): Reworked logic to avoid
	undefined ->bodyhandle calls.

	* More examples and a README in the examples/ directory.

	* mimedefang.pl.in (spam_assassin_check()): Made it work
	with SpamAssassin 2.0.1.  Thanks to Mark Roedel.

	* (action_add_header): Correctly wrap headers whose values
	contain embedded newlines.





More information about the MIMEDefang mailing list