On Fri, 2009-04-10 at 13:29 -0500, McDonald, Dan wrote: > X-Spam-Report:
> * 2.0 RCVD_IN_BRBL_RELAY RBL: received via a relay rated as poor by > * Barracuda > * [121.58.201.246 listed in b.barracudacentral.org] > * 3.0 BARE_GEOCITIES URI: Body contains spammed domain > * 3.0 KB_RATWARE_MSGID Ratware Message-Id Ah, nice... :) Thanks. > The only custom rule that it hit was: > uri BARE_GEOCITIES m'^http://geocities\.com\b'i > if you don't count the baracuda rule: Actually, my RATWARE_MSGID rule is custom, too. ;) After all, it lives in my sandbox and isn't part of 3.2.x stock rule-set. guenther -- 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; }}}