On Mon, 2009-02-09 at 08:16 +0800, Fajar Priyanto wrote: > On Mon, Feb 9, 2009 at 7:29 AM, Karsten Bräckelmann wrote:
> > There is no such blacklist. Bayes is a statistical method to determine > > how good or bad (spam) a mail is, by dissecting the email into tokens > > (words) and taking into account how often each word has been used in > > good email or spam before. (In a nutshell. ;) > > > > Bayes is *entirely* client side. That means on the discretion of the > > receiver. > Highly probable the OP mail server got blacklist in RBL. True. :) I was just too lazy to speculate and list possible reasons, given the perfectly clean sample supposed to demonstrate blocked mail... -- 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; }}}