On Tue, 1 Jun 2004, Kevin A. McGrail wrote: > Therefore, the only way to make this work that I can see is to modify > mimedefang.pl. It would be a simple change to return $status, comment out > the $status->finish, and return $status to the subfilter where you would > need to run a $status->finish on it in the subfilter.
You can do this already; just call spam_assassin_status from your filter, and process the status object yourself. Heck, it's even documented in the mimedefang-filter man page. :-) Regards, David. _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

