On Mon, 2007-10-22 at 17:37 +0100, Randal, Phil wrote: > You'll want > > score __RCVD_IN_ZEN 0.0 > score RCVD_IN_SBL 0.0 > score RCVD_IN_XBL 0.0 > score RCVD_IN_PBL 0.0 > score URIBL_SBL 0.0
Note though, that setting rules scores to 0 does *not* prevent these test from being evaluated for SA 3.2.x before 3.2.3. Thus, the DNS queries would be done regardless. http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5519 Fixed since 3.2.3. karsten -- char *t="[EMAIL PROTECTED]"; 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; }}}