Re: skip checking for mail address

2020-05-20 Thread Matus UHLAR - fantomas
On 2020-05-20 14:11, Matus UHLAR - fantomas wrote: we managed to change source address of the mail from null <> to the same that is in From: header, so finally I should be able to avoid scanning. On 20.05.20 14:16, Benny Pedersen wrote: amavisd have wasted code for dsn's they are not DSNs. D

hash matching

2020-05-20 Thread Matus UHLAR - fantomas
Hello, I encountered this case where hash matching did not work properly: default: @spam_lovers_maps = ( \%spam_lovers, \@spam_lovers_acl, \$spam_lovers_re); # DOES NOT work, no idea why %spam_lovers = { 'archive@xxx'=> 1 }; # DOES work @spam_lovers_acl = ( 'archive@xxx' ); whe

Re: skip checking for mail address

2020-05-20 Thread Benny Pedersen
On 2020-05-20 14:11, Matus UHLAR - fantomas wrote: we managed to change source address of the mail from null <> to the same that is in From: header, so finally I should be able to avoid scanning. amavisd have wasted code for dsn's you only maked a badly workaround

Re: skip checking for mail address

2020-05-20 Thread Matus UHLAR - fantomas
Hello, we managed to change source address of the mail from null <> to the same that is in From: header, so finally I should be able to avoid scanning. On Mon, 18 May 2020 at 15:37, Matus UHLAR - fantomas wrote: seems that addresses used in bypass_virus_checks_maps and bypass_spam_checks_map