Skip virusscan for some Sender
Gary V
mr88talent at gmail.com
Sun May 20 14:22:46 CEST 2012
On Fri, May 18, 2012 at 3:08 AM, Andreas Schulze wrote:
> Hello,
>
> our av_vendor1 send us mails which av_vendor2 classify as virus :-(
>
> So I have to disable virus checks for some sender adresses,
> but http://amavis.org/#features-virus tells me only,
> "... can specify RECIPIENT for whom virus checks need not be performed ..."
>
> The Sender
> - allways uses the same sender address,
> - deliver via TLS and
> - dkim sign all mail.
>
> Would it be possible to combine these point and *then* skip av checking ?
>
> ACCEPT_MAIL if ($sender =~ /virussender at example.org/
> && $smtp_session{'TLS'} = yes
> && $dkim_signer_domain = 'example.org');
>
>
> maybe with the Amavis::Cusom "voodoo" ...
>
> Thanks
> Andreas
Possibly #6 and #7 may provide a framework for ideas:
http://www200.pair.com/mecham/spam/bypassing.html#6
--
Gary V
More information about the amavis-users
mailing list