Eric Yiu
2014-02-06 10:02:32 UTC
Hi,
I having been using mailscanner with several machines for years with
sophossavi. After the monthly auto update from Sophos and installed
libsavi.so.3.2.07.391, I found that the sophos engine does not exit
even after the email can be scanned out virus, it just hold and
finally return:
Virus Scanning: Denial Of Service attack detected!
Commercial scanner sophossavi timed out!
at the log. I originally thought that it is just because my outdated
mailscanner. I figured out where is the problem and added a code to kill
itself after scanning. Now I have another machine and installed the
current version mailscanner but still the same. Here is my ugly fix:
# diff /opt/MailScanner/lib/MailScanner/SweepViruses.pm.old
/opt/MailScanner/lib/MailScanner/SweepViruses.pm
1132a1133
Any other good solution for that?
Regards,
Eric Yiu
I having been using mailscanner with several machines for years with
sophossavi. After the monthly auto update from Sophos and installed
libsavi.so.3.2.07.391, I found that the sophos engine does not exit
even after the email can be scanned out virus, it just hold and
finally return:
Virus Scanning: Denial Of Service attack detected!
Commercial scanner sophossavi timed out!
at the log. I originally thought that it is just because my outdated
mailscanner. I figured out where is the problem and added a code to kill
itself after scanning. Now I have another machine and installed the
current version mailscanner but still the same. Here is my ugly fix:
# diff /opt/MailScanner/lib/MailScanner/SweepViruses.pm.old
/opt/MailScanner/lib/MailScanner/SweepViruses.pm
1132a1133
kill 9, $$;
My new mailscanner version is 4.84.6Any other good solution for that?
Regards,
Eric Yiu