On Fri, 2008-10-10 at 21:03 +0200, Benny Pedersen wrote: > On Fri, October 10, 2008 17:14, mouss wrote: > > > This is a common configuration error. don't whitelist mail from your > > domain. > > olso wroung advice without known config, whitelist is ok if it cant be abused
Err. Did you read the original question? Obviously, it is being abused. -- 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; }}}