Rich Kasting wrote:
My toaster is in a Cisco shop and we have to double-encrypt the zip files we send to clients, due to obvious security concerns.
I had to turn off outgoing scanning to accommodate this, for now.
There is a setting in clamav to turn zip file scanning off, but I'd still like to scan zips.
Is there a way for it to scan unencrypted zips and let encrypted ones pass through?
Hi,
Just testing this now but it seems to work so far.
On line 523 of libclamav/scanners.c, version 0.84 of clamav, change
if(size != zdirent.st_size) {to
if(!encrypted && size != zdirent.st_size) {and recompile.
Regards,
Rick
