On Fri, 2009-07-31 at 06:07 -0700, John Hardin wrote: > On Fri, 31 Jul 2009, Dennis B. Hopp wrote: > > > I cleared my maia statistics a couple of days ago. Since then BAYES_00 has > > triggered 4510 times, BAYES_99 2366 times and BAYES_50 1568 (all the other > > BAYES_XX are less then 1000 times). > > Do they all add up to about 45,000?
Doh! Good catch, John. No, they cannot possibly. Do the math. These 3 rules are less than 10k, remaining 35k. Each less than 1k hits means we need another > 35 rules. However, there are merely 6 ones left. $ grep -c BAYES_ 50_scores.cf 9 The stats are incorrect. Well, unless the lions share is processed with Bayes disabled, or otherwise not processed by SA. -- char *t="\10pse\0r\0dtu...@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}