Re: disable badh checks ?

[email protected] Wed, 30 Aug 2023 19:41:09 +1000
Newsgroups gmane.mail.virus.amavis.user
Message-ID <[email protected]>
On Wed, August 30, 2023 7:11 pm, Matus UHLAR - fantomas wrote:
> On 30.08.23 18:54, [email protected] wrote:

Matus, thanks!

>
> this could help:
>
> $bad_header_quarantine_to = undef;
> $final_bad_header_destiny = D_PASS;


I already set these last time I've asked:

$final_bad_header_destiny = D_PASS;
# was D_BOUNCE
$bad_header_quarantine_method = undef;
# was commented out


NOW I also added this one:

@bypass_header_checks_maps = ();

I'll try to test with that

>>
>> warnbadhsender   => 1,
>
> perhaps set this to 0
>

I'll try that next, thanks again

V