On Fri, 2010-10-01 at 08:43 -0400, dhottin...@harrisonburg.k12.va.us wrote: > > Lint test yes. What do you mean you added a space after the _from myself?
Well, this is the relevant quote from your previous post. > [...] So I added our domain to the local.cf file: > whitelist_fr...@harrisonburg.k12.va.us. Help [...] See how there's a space missing? As-is, this is incorrect configuration and will not even pass lint check. That's why I pointed it out. I massaged that quote of yours in my previous post, to at least be syntactically correct and inserted that space -- altering your quote. -- 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; }}}