does anyone happen to know when ClamAV 0.103.7 for Ubuntu 22.04.1 LTS will be
pushed by Ubuntu? Unfortunately I have absolutely no idea how to compile the
software myself ... surely it won't be long and the 0.103.7 will be outdated
again ;-)
___
Mana
Sorry Scott, just saw this catching up on emails from over the holidays. Yes,
absolutely we can the instructions to use apt instead of pip.
Micah Snyder
ClamAV Development
Talos
Cisco Systems, Inc.
From: clamav-users on behalf of Scott
Kitterman via clamav-use
Thanks Scott, Sebastian, and Orion. I'll keep an eye out for the patch PR.
Best,
Micah
Micah Snyder
ClamAV Development
Talos
Cisco Systems, Inc.
From: clamav-users on behalf of Scott
Kitterman via clamav-users
Sent: Saturday, January 7, 2023 10:18 PM
To: ClamA
I don't think it's possible unless you send each file to be scanned instead of
scanning the directory. clamd only sends back FOUND for files, or else OK for
the directory.
Micah Snyder
ClamAV Development
Talos
Cisco Systems, Inc.
From: clamav-users on behalf
Hi,
I'm trying to avoid log reading.
What I wish to have is the scanning status sent back for every scanned file
using the clamd socket connection; the same socket I've used to send the
SCAN [folder] command.
Thanks
Jorge
El mar, 10 ene 2023 a las 15:14, newcomer01 via clamav-users (<
clamav-use
you can do tis on a similar way:
#!/bin/sh
#
# @(#)maillog_report_clamav_matches 2022-11-25 Sylvain Robitaille
#
# report on which clamav signatures have matched, and how many times
# each have matched from the latest maillog file (or the file(s) named
# a
Hi,
When I scan a folder using socket connection to clamd (SCAN [folder]) I
don't get an individual result for each file in the connection.
For example, if I send to scan the folder c:\testme, I will get (if
everything goes ok) only the line: c:\testme: OK
Individual files scanned and result are s