On Wed, 2008-03-05 at 13:22 -0500, [EMAIL PROTECTED] wrote: > I think I might have figured out the problem here. I'm using SA with > Sendmail, and using spamass-milter which I believe is not capable of > passing the headers back. I just started down this path, but think it > is the cause.
Part of the reason I asked how you tested this exactly. To see if it works with SA, just feed it a mail: $ spamassassin < message This should add the headers. And if you're using spamd, you'll have to restart it after editing the conf. 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; }}}