Hi, I am running SA and I cannot get the SpamCop plugin to do anything.
SA version is: SpamAssassin version 3.1.5 running on Perl version 5.8.8 When I run SA with and look for lines containing SpamCop, I get: $ spamassassin -t -D < FuzzyOcr-2.3b/samples/png.eml 2>&1 |grep -y spamcop [1324] dbg: plugin: loading Mail::SpamAssassin::Plugin::SpamCop from @INC [1324] dbg: reporter: network tests on, attempting SpamCop [1324] dbg: spamcop: set_config function [1324] dbg: plugin: registered Mail::SpamAssassin::Plugin::SpamCop=HASH(0x9174514) [1324] dbg: spamcop: source address [EMAIL PROTECTED] [1324] dbg: spamcop: destination address [EMAIL PROTECTED] [1324] dbg: dns: checking RBL bl.spamcop.net., set spamcop [1324] dbg: dns: launching DNS TXT query for 39.128.234.125.bl.spamcop.net. in background [1324] dbg: dns: launching DNS TXT query for 201.161.237.80.bl.spamcop.net. in background $ I added the lines reporting the source and destination address because I wanted to make sure that the plugin was being loaded. I also added a debug line in each funtion of the plugin that report the name of the function; as you can see, only set_config function is being called. spamcop_report is never called while the sample message scores at 15. $ spamassassin -t < FuzzyOcr-2.3b/samples/png.eml |grep -y x-spam-status X-Spam-Status: Yes, score=15.3 required=5.0 tests=AWL,BAYES_20, $ I must be missing something here. TIA Olivier