On Sat, 2008-02-23 at 08:58 -0500, Michael Scheidell wrote: > > http://www.spamhaus.org/organization/dnsblusage.html > Maybe a link from pbl/zen pages to that would have helped.
There is. Right there in the PBL main text. There are only two links, the second one reads 'Spamhaus DNSBL usage criteria'. > They why did they block my secondary server? (its not commercial, has less > than 80K connections per day, less than 320K queries per day). > Its just my secondary server, and ONLY service OUR domains, not clients. Has this actually been confirmed to be a block? guenther -- 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; }}}