On Sun, 2011-11-06 at 12:47 -0800, John Hardin wrote: > On Sun, 6 Nov 2011, Karsten Bräckelmann wrote: > > > However, John, I strongly urge you NOT to include that rule in your > > sandbox for stock. This is the wrong thing to do, and basically > > contradicts everything SA stands for. > > I suspect the corpora and the scoring logic won't make it have much effect > anyway, if it makes the promotion criteria.
tflags nopublish > I'll leave it in for one masscheck cycle just to see how it does. I agree > with R about SMTP-time reject of those domains. Yep, SMTP reject is the weapon of choice in such a case. *Custom* SA rules (or better, the blacklist options) are a viable alternative. As for the one test cycle -- I'd not be surprised to see no hit at all. -- char *t="\10pse\0r\0dtu\0.@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; }}}