Le 28/04/2020 à 19:46, Andreas Metzler a écrit :
> On 2020-04-28 brunoc68 <bug...@abcreseau.com> wrote:
>> Package: exim4-daemon-heavy
>> Version: 4.92-8+deb10u3
>> Severity: normal
>> Dear Maintainer,
>>    * What led up to the situation?
>> Installation of exim4-daemon-heavy with av_scanner = clamd
>>    * What exactly did you do (or not do) that was effective (or
>>      ineffective)?
>> 1. include EICAR virus signature in .txt or .zip attachment
>> 2. include EICAR virus signature in message body
>>    * What was the outcome of this action?
>> 1. mail refused at ACL time
>> 2. mail accepted : message found as clean in clamd log
>>    * What outcome did you expect instead?
>> 1. outcome ok
>> 2. mail refused at ACL time
> Hello,
>
> You will also need to run the av scanner in the DATA acl.
>
> cu Andreas
Dear Andreas, that was done :

 vi acl/40_exim4-config_check_data :
  ...
  deny
    message = This message was detected as possible malware ($malware_name).
    malware = *
  ...

Actually the virus filtering works, but only with the attachments. The
issue is the body of the email that goes through with the eicar
signature ; so I expect any html virus in the body can go through...

Reply via email to