Para o
decompress file size exceeds limits
Por favor, tente usar a seguinte opção para clamscan, (muitos) scanners de vírus não varrem um arquivo se excederem um certo tamanho.
- max-filesize = (tamanho / MB / GB)
Você pode passar o valor em megabytes no formato xM ou xm, onde x é um número.
por exemplo: --max-filesize = 50M
O tamanho padrão é de 25 MB.
Fonte: link
(man page) Mais informações @: link
Em alguns casos, você pode precisar do --max-scansize
também.
--max-filesize=#n
Extract and scan at most #n kilobytes from each archive. You may pass the value in megabytes in format xM or xm, where x is a number. This option protects your system against DoS attacks (default: 25 MB, max: <4 GB)
--max-scansize=#n
Extract and scan at most #n kilobytes from each scanned file. You may pass the value in megabytes in format xM or xm, where x is a number. This option protects your system against DoS attacks (default: 100 MB, max: <4 GB)