On Sat, 2009-08-22 at 19:03 -0600, LuKreme wrote:
> Many of the meta_rules get very problematic with larger sizes.

Why would that be?

A meta rule is a logic evaluation with a fixed size and not being
performed against the body.

A plain RE based rule and a lot of the eval rules on the other hand 
/are/ being matched against the payload, and thus affected by the
max_size processed.


-- 
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; }}}

Reply via email to