On Sun, 2011-03-20 at 22:09 +0100, JKL wrote:
> On 03/20/2011 10:04 PM, Karsten Bräckelmann wrote:

> > This appears to be a bug with re2c (using sa-compile) and some
> > combination of hardware architecture and/or OS. Bug 6558 [1].

> > [1] https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6558
> 
> Thanks for the heads up.  Is there an easy way to disable this rule so
> its not hit?  What is the name of the file that contains __PILL_PRICE ?

Did you read the bug report? Commenting out the tflags multiple lines
for all three __PILL_PRICE_x rules will do. You'll need to re-run
sa-compile, of course.

In this case, this is surgery in 72_active.cf, found in your sa-update
maintained rules channel.


An alternative (untested) should be, to drop this in your site config
local.cf -- disable the sub-rules, without breaking their dependencies.

meta __PILL_PRICE_1  (0)
meta __PILL_PRICE_2  (0)
meta __PILL_PRICE_3  (0)


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

Reply via email to