On Wed, 2008-02-06 at 20:00 +1000, David Hobley wrote: > I have been trying to work out what is the core issue here, but I am > still stumped. Can anyone offer any suggestions?
What don't you like about my reply sent just within a couple hours after your OP a week ago? http://mail-archives.apache.org/mod_mbox/spamassassin-users/200801.mbox/[EMAIL PROTECTED] I told you how to fix your problem *and* pointed to the relevant documentation -- which you apparently did not bother to read carefully while "struggling" with this issue for days... 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; }}}