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;
Can this be fixed in next mailwatch?
Thanks!