1
{^_^} On 10 weeks of mail logs "1". (You have something sincerely broken.)
----- Original Message -----
From: "Ole Nomann Thomsen" <[EMAIL PROTECTED]>
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?
Thanks, Ole.