Someone wrote: >>Open "mimedefang.pl" and find the "spam_assassin_init" routine (line >>6258 in MD 2.54).
You don't need to do that. You can just create your own $SASpamTester object directly in your filter, using whatever arguments you like to Mail::SpamAssassin->new(). MIMEDefang will then use your $SASpamTester object. Because it's in your filter rather than a modified mimedefang.pl, this method survives MIMEDefang upgrades. Regards, David. _______________________________________________ Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

