Simplify esets output (#284)

This commit is contained in:
Shawn Iverson 2018-10-26 06:03:25 -04:00 committed by GitHub
parent 71c58cf0cc
commit c44086a3de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1926,10 +1926,7 @@ sub ProcessEsetsOutput {
if($info == ''){ $info = 'none'; }
my $report = "Esets: found $threat in $file \n";
$report .= "Esets Actions: $action \n";
$report .= "Esets Additional Info: $info \n";
my $report = "Esets: found $threat in $file";
$infections->{"$id"}{"$part"} .= $report . "\n";
$types->{"$id"}{"$part"} .= "v"; # it's a real virus
MailScanner::Log::InfoLog("Esets::INFECTED::$threat");