David F. Skoll said: ">>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." So where do I declare $SASpamTester? Do I do it before the line: spam_assassin_init()->compile_now(1) if defined(spam_assassin_init()); or do I do it after? Your help would be most appreciated. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

