On Mon, 2009-08-31 at 23:47 +0100, RW wrote: > [...] > RCVD_IN_XBL runs only on the last-external, so it rarely hits anything > if the MX server is rejecting on zen.
It actually will not hit on anything at all, if you are rejecting based on ZEN -- UNLESS for that very tiny timing window between accepting at SMTP stage and later SA filtering. Mind you that requires the previous DNS lookup to time-out before SA, so either there's quite some delay, or another mail from that IP has been received shortly before, so it might time-out between SMTP and SA. Well, or you're using two independent DNS servers... ;) -- 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; }}}