* Ole Nomann Thomsen wrote (03/02/06 09:27): > Hi, can I ask a small favor from some of you running SA with Bayes enabled: > Please run the following perl-oneliner on your SA-log (mine is "current"): > > perl -ne 'if (/result:/) {$n++; $b++ if (/BAYES/);} } print $b/$n,"\n"; {' < > current > > (I promise it's not a rootkit :-) > > I get: > 0.710109622411693 > > I suspect you really ought to see 1, always. What do you get?
0.960777058279371 In my case, the difference is attributable to this in local.cf: bayes_ignore_to users@spamassassin.apache.org whitelist_to users@spamassassin.apache.org Chris