Re: [exim] Re-Hash - How to remove headers on ingress?

Top Page
Delete this message
Reply to this message
Author: Marc Sherman
Date:  
To: Marc Haber
CC: exim-users
Subject: Re: [exim] Re-Hash - How to remove headers on ingress?
Marc Haber wrote:
>
> One of these challenges is the task of removing existing spamassassin
> headers from the message when the message first enters exim.


Why do you care about removing incoming spam headers? SpamAssassin
ignores anything starting with X-Spam when it's processing the message,
and you should be able to do all the filtering you want to with a
combination of $spam_* and $acl_m* variables, without ever looking at
the headers.

- Marc