Eric Yiu
2014-02-27 07:31:52 UTC
Hi,
I recently installing new Mailscanner-4.84.6-1 from the old
machine old mailscanner. I found that the config
"Include Scanner Name In Reports" no longer work at this new
version even I specify "no" at this config. It still show
my virus engine in the report.
I patch this by this ugly:
# diff /opt/MailScanner/lib/MailScanner/SweepViruses.pm.orig
/opt/MailScanner/lib/MailScanner/SweepViruses.pm
1085a1086
Eric
I recently installing new Mailscanner-4.84.6-1 from the old
machine old mailscanner. I found that the config
"Include Scanner Name In Reports" no longer work at this new
version even I specify "no" at this config. It still show
my virus engine in the report.
I patch this by this ugly:
# diff /opt/MailScanner/lib/MailScanner/SweepViruses.pm.orig
/opt/MailScanner/lib/MailScanner/SweepViruses.pm
1085a1086
if (! $ReportScanner) { $Name = ""; }
Regards,Eric