On Thu, 2010-02-18 at 08:16 -0800, an anonymous Nabble user wrote: > Matus UHLAR wrote: > > you seem to be running mimedefang which takes care about the e-mail. I > > have no idea how does mimedefang interact with spamassassin, but I think > > you should ask your question in mimedefang mailing list, or at least > > search the web for mimedefang and auto-learn. > > thanks but I'm only using mimedefang to reject email recognised by > spamassassin, I'm not using md to scan for spam.
Let's have a look again at the headers you posted before. X-Spam-Score: 4.463 (****) BAYES_60,HTML_IMAGE_ONLY_24,HTML_MESSAGE, HTML_MIME_NO_HTML_TAG,MIME_HTML_ONLY X-Scanned-By: MIMEDefang 2.67 on 172.16.1.36 Are these not added by mimedefang? Specifically the first one. That's not a standard SA header. If it's NOT mimedefang, you changed the configuration. The default Status header includes auto-learning info *always*, whether it's enabled or not. $ grep add_header 10_default_prefs.cf Besides, SA does not allow removing the Checker-Version header. Thus, if the above are all X-Spam headers in your mail, it was not SA adding them. But some other tool in your mail processing chain. guenther -- 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; }}}