Lähettäjä: Marc Sherman Päiväys: Vastaanottaja: Marc Haber Kopio: exim-users Aihe: 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.