(Sorry for the direct reply, Michael. On-list, too.) On Wed, 2010-03-03 at 16:32 -0500, Michael Scheidell wrote: > tracking down some FP's on Sa 3.3.0, they all hit URIBL_DBL. > (every email hits that rule)
See bug 6363 [1] and bug 6335 [2]. Update has been done, should already be propagating to mirrors and DNS while we speak. Meanwhile, add the following to local.cf, until sa-update corrected this. score URIBL_DBL 0 > # DBL, http://www.spamhaus.org/dbl/ . Note that hits return 127.0.1.x > # A records, so we use a 32-bit mask to match that /24 range. > uridnssub URIBL_DBL dbl.spamhaus.org. A 2130706688 The number is correct. It is a bitmask. [1] https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6363 [2] https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6335 -- 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; }}}