On 11/15/2019 1:21 AM, KADAM, SIDDHESH wrote:
> Hi Folks,
>
> I have multiple domains which are running after Spamassassin server.
>
> I want to bypass one specific Spamassassin rule ie TextCat(Unwanted
> Language) for one recipient domain.
>
> Can someone please help me in achieving this requirement.
>

Off-hand, I think you would just add a rule for something like:

header   EXCLUDE_BOB    From =~ /\@bob\.com/i

describe  EXCLUDE_BOB  Offset Bob.com from Textcat Rule

score  EXCLUDE_BOB  -2.5 (or whatever the score for textcat is)


Assuming you didn't want to just use a whitelist rule.

Regards,

KAM

-- 
Kevin A. McGrail
kmcgr...@apache.org

Member, Apache Software Foundation
Chair Emeritus Apache SpamAssassin Project
https://www.linkedin.com/in/kmcgrail - 703.798.0171

Reply via email to