Re: [clamav-users] [SUSPECTED SPAM] Re: ClamAV 0.103.0 rc2

2020-09-08 Thread Arjen de Korte via clamav-users
Citeren "Micah Snyder (micasnyd) via clamav-users" : Kevin, Arjen, all: If you're interested, we found the cause of the freshclam SysLog issue. The source ended up being an issue with our autotools build system and how we link freshclam. If any of you are willing to try this patch, it'd b

[clamav-users] 回复: Cannot get 'fd' when using API 'cl_scanfile'

2020-09-08 Thread Gao Hui via clamav-users
I use the GetLastError and get error code 5. But I still don't understand it why I don't have the authotity. Even I can't open a file in D:\\ disk. Btw, I write golang and call libclamav to scan the file. Is there any thing I need to pay attention? Thanks again! Any suggestion could help! ___

Re: [clamav-users] [External] Re: [SUSPECTED SPAM] Re: ClamAV 0.103.0 rc2

2020-09-08 Thread Kevin A. McGrail via clamav-users
On 9/8/2020 6:40 PM, Micah Snyder (micasnyd) wrote: > Yeah it didn’t help with my centos 7 box either. :-/  For what it’s > worth, I had no issue building with CMake (installed using python3 > pip) on that machine. 😃  Of course that doesn’t help with verifying a > bugfix for our autotools build sys

[clamav-users] Cannot get 'fd' when using API 'cl_scanfile'

2020-09-08 Thread Gao Hui via clamav-users
Hi there, I am trying to use API to scan a file with the file's absolute file path under Windows system. But it returns CL_EOPEN, Can't open file or directory. So, I debug step by step. The 'cl_scanfile' calls 'cl_scanfile_callback' and 'cl_scanfile_callback' calls 'safe_open (fname, O_RDONLY |

Re: [clamav-users] [External] Re: [SUSPECTED SPAM] Re: ClamAV 0.103.0 rc2

2020-09-08 Thread Micah Snyder (micasnyd) via clamav-users
Yeah it didn’t help with my centos 7 box either. :-/ For what it’s worth, I had no issue building with CMake (installed using python3 pip) on that machine. 😃 Of course that doesn’t help with verifying a bugfix for our autotools build system. From: clamav-users On Behalf Of Kevin A. McGrail

Re: [clamav-users] [External] Re: [SUSPECTED SPAM] Re: ClamAV 0.103.0 rc2

2020-09-08 Thread Kevin A. McGrail via clamav-users
This is an older Centos 6 box.  I can try on something newer.  The rm and autoupdate did not resolve the autogen.sh issue. On 9/8/2020 6:32 PM, Micah Snyder (micasnyd) via clamav-users wrote: > I forgot to say, I got this idea from > https://www.gnu.org/software/autoconf/manual/autoconf-2.65/html

Re: [clamav-users] [External] Re: [SUSPECTED SPAM] Re: ClamAV 0.103.0 rc2

2020-09-08 Thread Micah Snyder (micasnyd) via clamav-users
I forgot to say, I got this idea from https://www.gnu.org/software/autoconf/manual/autoconf-2.65/html_node/New-Macros.html No idea if it will help. -Original Message- From: clamav-users On Behalf Of Micah Snyder (micasnyd) via clamav-users Sent: Tuesday, September 8, 2020 3:31 PM To: C

Re: [clamav-users] [External] Re: [SUSPECTED SPAM] Re: ClamAV 0.103.0 rc2

2020-09-08 Thread Micah Snyder (micasnyd) via clamav-users
It might be a version compatibility issue. I also failed to use autogen.sh recently when trying on a centos 7 x86 machine. Try running rm aclocal.m4 autoupdate Then retry autogen.sh Regards, Micah -Original Message- From: clamav-users On Behalf Of Kevin A. McGrail via clam

Re: [clamav-users] [External] Re: [SUSPECTED SPAM] Re: ClamAV 0.103.0 rc2

2020-09-08 Thread Kevin A. McGrail via clamav-users
On 9/8/2020 6:11 PM, Micah Snyder (micasnyd) via clamav-users wrote: > If you're interested, we found the cause of the freshclam SysLog issue. The > source ended up being an issue with our autotools build system and how we > link freshclam. > If any of you are willing to try this patch, it'd be n

Re: [clamav-users] clamav blocking libreoffice macro

2020-09-08 Thread Micah Snyder (micasnyd) via clamav-users
Hi Hugo, I don’t think ClamAV presently supports macro detection and macro blocking in libreoffice format documents, outside of the Microsoft office formats that libreoffice supports. As a side note, for VBA and Excel 4.0 style macros, ClamAV is getting some improved macro detection in the soon

Re: [clamav-users] [SUSPECTED SPAM] Re: ClamAV 0.103.0 rc2

2020-09-08 Thread Micah Snyder (micasnyd) via clamav-users
Kevin, Arjen, all: If you're interested, we found the cause of the freshclam SysLog issue. The source ended up being an issue with our autotools build system and how we link freshclam. If any of you are willing to try this patch, it'd be nice to hear how it goes. In our testing the patch solves

Re: [clamav-users] clamscan - can the hostname be added to the generated scan summary report

2020-09-08 Thread Leveille, Gerald via clamav-users
Categorization: Unclassified Thank you, It works with suggested command. Thank you again Gerry -Original Message- From: clamav-users On Behalf Of G.W. Haywood via clamav-users Sent: September 8, 2020 2:16 PM To: Leveille, Gerald via clamav-users Cc: G.W. Haywood Subject: Re: [clam

Re: [clamav-users] clamscan - can the hostname be added to the generated scan summary report

2020-09-08 Thread G.W. Haywood via clamav-users
Hi there, On Tue, 8 Sep 2020, Leveille, Gerald via clamav-users wrote: I am a fairly new with ClamAV. When I run a scan (ex. clamscan --infected --recursive /home) on a Linux Server, a Scan Summary report is generated, is it possible to add/generate the Host name in the Scan Summary so that wh

Re: [clamav-users] clamav blocking libreoffice macro

2020-09-08 Thread G.W. Haywood via clamav-users
Hi there, On Tue, 8 Sep 2020, Hugo Boss via clamav-users wrote: I would to like to know how can I block with clamav libreoffice files with macro as MS Office files: I turn : OLE2BlockMacros yes DetectPUA yes But no result. I'm not quite sure I understand exactly what you want to do, but if

[clamav-users] clamscan - can the hostname be added to the generated scan summary report

2020-09-08 Thread Leveille, Gerald via clamav-users
Categorization: Unclassified Hi, I am a fairly new with ClamAV. When I run a scan (ex. clamscan --infected --recursive /home) on a Linux Server, a Scan Summary report is generated, is it possible to add/generate the Host name in the Scan Summary so that when looking at the summary I can see th

[clamav-users] clamav blocking libreoffice macro

2020-09-08 Thread Hugo Boss via clamav-users
Hello, I would to like to know how can I block with clamav libreoffice files with macro as MS Office files: I turn : OLE2BlockMacros yes DetectPUA yes But no result. Kind of regards. ___ clamav-users mailing list clamav-users@lists.clamav.net https:

Re: [clamav-users] TIME-WAIT connections when scanning with clamdscan

2020-09-08 Thread Arjen de Korte via clamav-users
Citeren Giovanni Bechis : Hi, I have setup a clamav server listening on 0.0.0.0:3310 and a client that runs "clamdscan --no-summary --infected --stream --fdpass $FILE" to remotely scan files/emails for viruses. When clamdscan exits and the report is printed on the screen the connection on

[clamav-users] TIME-WAIT connections when scanning with clamdscan

2020-09-08 Thread Giovanni Bechis
Hi, I have setup a clamav server listening on 0.0.0.0:3310 and a client that runs "clamdscan --no-summary --infected --stream --fdpass $FILE" to remotely scan files/emails for viruses. When clamdscan exits and the report is printed on the screen the connection on clamav server is kept in TIME-WA