-Ruben
El vie, 03-02-2006 a las 10:27 +0100, Ole Nomann Thomsen escribió:
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.