On Mon, 2013-10-28 at 21:21 -0700, Marc Perkel wrote: > What's odd is that all my inbound servers are listed.
Your INbound servers? Did you not wonder why your INbound servers are listed for SPEWING spam? Assuming (well, your wording strongly suggests) your inbound and outbound servers' IPs are distinct. Listed are the inbound ones. Not the outbound ones, actually emitting mail to other networks. In case of the SpamCop rules, that's check_rbl() eval, which operates on untrusted relays. If your spam filter customers include your outbound MTAs as trusted, but not your inbound != outbound MTAs, that would explain why. -- char *t="\10pse\0r\0dtu\0.@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; }}}