Re: [exim] Spam getting through

Top Page
Delete this message
Reply to this message
Author: Marc Sherman
Date:  
To: exim-users
Subject: Re: [exim] Spam getting through
ROGERS Richard wrote:
>
> Alternatively - or additionally - for client side filtering, you can
> always use a more obviously site-specific header, e.g.
>
>         add_header      = X-MyOrganisation-Spam-Score: $spam_score
> ($spam_bar)


That's what I do as well, but you should always use X-Spam-MyOrg-* --
sa-learn (and presumably other tools, too) will strip any header
starting with X-Spam before learning, so you don't poison your bayes
database with spam header junk.

- Marc