Hmm. The notification message by qmail-scanner w/ clamav support seems a
little bit busy.

At Sat, 11 May 2002 10:23:12 +0900,
Kazuhiko wrote:

> [sub-clamav.pl <application/octet-stream (7bit)>]
(snip)
>   &debug("clamav_scanner: $DD");
> 
>     if ($DD =~ /(.*) FOUND/) {

This line should be the following...

    if ($DD =~ /: (.*) FOUND/) {

Then the notification message will be like the following:

| A Virus was found in an Email message you sent. 
| This Email scanner intercepted it and stopped the entire message
| reaching it's destination. 
| 
| The Virus was reported to be: 
| 
| Worm/MyParty.A
| 
| 
| Please update your virus scanner or contact your I.T support 
| personnel as soon as possible as you have a virus on your system.

Regards,
Kazuhiko

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to