Clam doesn't reject anything. It just scans and returns a result.
Terry Allen said:
Hi again,
Since upgrading to ClamAV 0.71 (& just prior to that the
latest version of Amavis-new), I notice that our server is now
rejecting certain attachments it didn't under ClamAV 0.65, such as
.exe
Hi Terry,
maybe you need to change your amavisd.conf
like
...
$banned_filename_re = new_RE(
qr'\.[a-zA-Z][a-zA-Z0-9]{0,3}\.(vbs|pif|scr|bat|com)$'i,
# double extension
# qr'\.(exe|vbs|pif|scr|bat|com)$'i,
# banned extension
...
There is nothing to do with clamav.
Clam doesn't reject anything. It just scans and returns a result.
Terry Allen said:
> Hi again,
> Since upgrading to ClamAV 0.71 (& just prior to that the
> latest version of Amavis-new), I notice that our server is now
> rejecting certain attachments it didn't under ClamAV 0.65, such as
>
Hi again,
Since upgrading to ClamAV 0.71 (& just prior to that the
latest version of Amavis-new), I notice that our server is now
rejecting certain attachments it didn't under ClamAV 0.65, such as
.exe etc..., out of hand, without being scanned. Is this a function
of ClamAV, or is it set in th