Virus scanners page

Bugs in eFa 5
Post Reply
gregecslo
Posts: 71
Joined: 09 Sep 2018 17:55

Virus scanners page

Post by gregecslo »

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:

Code: Select all

case 'esetsefs':
            $scanner[$vscanner]['name'] = 'ESET';
            $scanner[$vscanner]['regexp'] = "/found (?P<virus>\S+) in (?P<file>\S+)/";
            break;
to mailscanner/rep_viruses.php

Can this be fixed in next mailwatch?

Thanks!
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Virus scanners page

Post by shawniverson »

Sure, open an issue here:

https://github.com/mailwatch/MailWatch :D
gregecslo
Posts: 71
Joined: 09 Sep 2018 17:55

Re: Virus scanners page

Post by gregecslo »

Done
Post Reply