Thanks All
@Henrik It worked
On 11/15/2019 3:41 PM, Henrik K wrote:
If you don't want to hit it at all for some recipient, you can try
redefining the whole UNWANTED_LANGUAGE_BODY rule into a meta.
body __UNWANTED_LANGUAGE_BODY eval:check_language()
header __UNWANTED_LANGUAGE_SKIP X-Envelo
If you don't want to hit it at all for some recipient, you can try
redefining the whole UNWANTED_LANGUAGE_BODY rule into a meta.
body __UNWANTED_LANGUAGE_BODY eval:check_language()
header __UNWANTED_LANGUAGE_SKIP X-Envelope-To =~ /\@foo\.com>/i
meta UNWANTED_LANGUAGE_BODY __UNWANTED_LANGUAGE_BOD
On 15.11.19 11:51, KADAM, SIDDHESH wrote:
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.
how do you run spamassassin? with spamass-milter you can use per-recipient
ok_
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 require