Hi again, 27 août 2023, 18:46 de [email protected]:
>>> ClamAV scan files but data scanned: 0.00 MB, why? I have Debian stable and >>> use last version of clamav (1.0.1+dfsg-2) >>> , which is located in debian stable repository. >>> I don't think your file has been scanned actually... Can you provide the command line used? According to internet, there can be 2 main reasons: either this kind of file is not scannable, or its file is bigger than the allowed size. Maybe you could try: * clamscan --max-filesize=300M --max-scansize=300M ./your_file.ext * dd if=./your_file.ext | clamscan - l0f4r0

