On Sun, 2008-07-20 at 20:07 +0200, Yves Goergen wrote: > On 20.07.2008 16:39 CE(S)T, Karsten Bräckelmann wrote: > > It strikes me as odd that the URI should be listed in all these BLs. DNS > > hiccup? > > Maybe. > > > Bad DNS response? That probably would explain why the domain ended up on > > RED, GRAY and BLACK. See above. Do you see hits like these with other > > mail, too? Does it happen frequently / occasionally or is it an isolated > > incident? Necessary info to start hunt this down. > > This is the first time I see it, but I don't look into the report very > often because only very few messages get flagged as spam in error. I let > my server flag anything from 5.0 points on and deny anything from a > higher score that is defined per incoming mail address.
Oh, I didn't mean to ask if you have seen it before, but if it happened before. You asked about an anomaly, so start investigating and hunting down this issue... Go grep your logs. :) 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; }}}