On Sun, 2009-10-04 at 09:59 -0400, Warren Togami wrote: > On 10/04/2009 12:21 AM, John Hardin wrote:
> > > Right, in adding things to the sandbox it does not necessarily mean I > > > suggest they should become rules. I am mainly curious to see what the > > > results say. > > > > Warning: autopromotion > > Is there a way to prevent autopromotion for a particular rule? Yep, using tflags nopublish, or explicitly naming the rule with a T_ prefix. Also see bug 5545 [1]. [1] https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5545 -- 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; }}}