-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Virus scanners page bug for ESETSEFS scanner #1308
Comments
Hi @gregecslo, Can you confirm that the regex in
While looking for this issue I've found other antivirus engines that are not aligned between --- functions.txt
+++ rep_viruses.txt
@@ -5,19 +5,13 @@
clamav
clamavmodule
clamd
-esets
-esetsefs
etrust
f-prot
-f-prot-6
-f-protd-6
f-secure
-f-secure-12
kaspersky-4.5
mcafee
mcafee6
nod32-1.99
-none
norman
sophos
sophossavi And some other supported by MailScanner but not by MailWatch (some are legacy engines that we should keep): --- functions.txt
+++ mailscanner_virus_scanners_conf.txt
@@ -1,24 +1,19 @@
-antivir
avast
+avastd
avg
bitdefender
clamav
clamavmodule
clamd
+drweb
esets
esetsefs
-etrust
-f-prot
-f-prot-6
-f-protd-6
f-secure
f-secure-12
-kaspersky-4.5
-mcafee
-mcafee6
-nod32-1.99
+f-secured
+generic
+kaspersky
+kse
none
-norman
sophos
sophossavi
-trend |
Hi,
my regex works 100% I cannot say if one in functions works ok ..
Regards,Gregor
…________________________________
From: Manuel Dalla Lana ***@***.***>
Sent: Tuesday, September 10, 2024 16:38
To: mailwatch/MailWatch
Cc: Grega; Mention
Subject: Re: [mailwatch/MailWatch] Virus scanners page bug for ESETSEFS scanner (Issue #1308)
Hi @gregecslo<https://github.com/gregecslo>,
this is a misalignment between functions.php and rep_viruses.php ths have to be fixed.
Can you confirm that the regex in functions.php is correct? It actually is:
/Esets: found (?P<virus>\S+) in (?P<file>\S+)/
While looking for this issue I've found other antivirus engines that are not aligned between functions.php and rep_viruses.php:
--- functions.txt
+++ rep_viruses.txt
@@ -5,19 +5,13 @@
clamav
clamavmodule
clamd
-esets
-esetsefs
etrust
f-prot
-f-prot-6
-f-protd-6
f-secure
-f-secure-12
kaspersky-4.5
mcafee
mcafee6
nod32-1.99
-none
norman
sophos
sophossavi
And some other supported by MailScanner but not by MailWatch (some are legacy engines that we should keep):
--- functions.txt
+++ mailscanner_virus_scanners_conf.txt
@@ -1,24 +1,19 @@
-antivir
avast
+avastd
avg
bitdefender
clamav
clamavmodule
clamd
+drweb
esets
esetsefs
-etrust
-f-prot
-f-prot-6
-f-protd-6
f-secure
f-secure-12
-kaspersky-4.5
-mcafee
-mcafee6
-nod32-1.99
+f-secured
+generic
+kaspersky
+kse
none
-norman
sophos
sophossavi
-trend
—
Reply to this email directly, view it on GitHub<#1308 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BDPHP3BR7VHNIUHFHZH6PLLZV376BAVCNFSM6AAAAABN5776BGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBRGA2DCMRVG4>.
You are receiving this because you were mentioned.Message ID: <mailwatch/MailWatch/issues/1308 ***@***.***>
[ { ***@***.***": "http://schema.org", ***@***.***": "EmailMessage", "potentialAction": { ***@***.***": "ViewAction", "target": "#1308 (comment)", "url": "#1308 (comment)", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { ***@***.***": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
|
What's the output of esetsefs cli command (it should be |
This is what I have in mail log: Sou your regex is also OK. |
- f-prot-6 - f-protd-6 - f-secure-12 - esets - esetsefs Partialy fixes issue #1308
Hi.
Installed efa V5 and when I go to: "Search and reports" --> Virus report (mailscanner/rep_viruses.php)
ESETSEFS is not displayed correctly, in fact it does not work at all.
Solution:
Add:
to mailscanner/rep_viruses.php
Result after:
Can this be fixed in next mailwatch?
Thanks!
The text was updated successfully, but these errors were encountered: