On Tue, 2008-12-02 at 14:06 -0500, Ray Jette wrote: [ *snipp* ] > I reset the daemon. How do I cann spamassassin with the message. I'm not > sure how to create a message from the server with out sending one.
If all else fails, just save the message out of your MUA. You can then test with the saved file and investigate the output: spamassassin < message.file | less -- 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; }}}