> > > I'd really like limit SpamAssassin's "RCVD_*" DNSBL checks only to > > > hosts that directly deliver e-mails to our servers, > > >change: > >header RCVD_IN_BL_SPAMCOP_NET eval:check_rbl_txt('spamcop', > >'bl.spamcop.net.', '(?i:spamcop)')
> It seems like the answer I was looking for. Thank you! True. As I've hinted at before. However, while this indeed is the answer you've been looking for, it won't solve your problem. See my previous post, just a few minutes ago. The only reason, why you asked about this, and why it will help in that *one* case you encountered is, because it works around the very specific situation of that *one* instance. It will not generally solve the underlying issue of countering your local score raising. Again, see my previous post. You have entered a game of whack-a-mole. You will see more and more of these as time and mail goes by. More band-aid won't help healing your wounds. -- 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; }}}