MIMEDefang uses a persistent Mail::SpamAssassin object, unfortunately. So once it's created, subsequent calls to spam_assassin_check simply return the same object even if the config file is specified differently.You can prevent this by calling: undef $SASpamTester; just before any of the spam_assassin_* functions. Regards, David.
Thank you David, now it looks good! Regards, Christoph _______________________________________________ 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

