Ryan McBride wrote:
> Could anyone explain what Milter would be deleting the X-Spam-Score
> header? I had a looking in my sendmail.mc file and I couldn't find
> anything bleeding obvious in there. Im using Fedora Core 4, Latest
> Ver of Sendmail, SpamAssassin & MIMEDefang.   

It's mimedefang

check /etc/mail/mimedefang-filter... mine has these lines
                # Delete any existing X-Spam-Score header?
                action_delete_header("X-Spam-Score");

These are in the "else" part of the "if spam"... prevents X-Spam-Score headers 
that are already on the email as it is received from being confused with 
X-Spam-Score headers that the mimedefang host would add

-- 
Matthew.van.Eerde (at) hbinc.com               805.964.4554 x902
Hispanic Business Inc./HireDiversity.com       Software Engineer

Reply via email to