Hi Casey, > I'm using MimeDefang with SpamAssassin and it is working very > well. My > question is this: how do I go about configuring which RBL services for > SpamAssassin to use? Does the SpamAssassin RBL functionality > work if I'm using MimeDefang?
If you're using default settings: No, it doesn't. In the call to spamassassin (mimedefang.pl, line 2176) mimedefang explicitely sets the option "local_tests_only", so neither razor nor RBL checks are performed. ---------------- my $spamtest = Mail::SpamAssassin->new({ local_tests_only => 1, dont_copy_prefs => 1, userprefs_filename => "/etc/mail/spamassassin.cf"}); ---------------- You'd have to remove the "local_tests_only => 1," line in mimedefang.pl to use the remote tests; Can't say how well that works however. The aditional time needed to run these tests on each message might be too much for a busy mailserver. Bye, Martin _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk