[Mimedefang] Ooops... action_external_filter() is broken; here's a fix

David F. Skoll dfs at roaringpenguin.com
Thu Jan 3 00:09:53 EST 2002


Ooops... mea culpa...

There's a bug in action_external_filter().

Near line 478 of mimedefang.pl.in (I'm working on a development
version, so line numbers may be off), there is a line which reads:

	    $Actions{'external_filter'}++;

You need to add this line right before that line:

	    $Changed = 1;

Then do the usual ./configure; make; make install.

Sorry about that.  It will be fixed in MD 2.3.

Regards,

David.





More information about the MIMEDefang mailing list