James Herschel wrote:

I've added 'sco' to @silent_viruses_array in the hopes of curbing some of
the alerts I'm receiving.  I noticed that the comment for this array says
"... virus that we don't want to inform the SENDER of".  Does this mean that
the admin will receive them no matter what?

yes


If so, is there another way to stop these?

requires a slight mod to the qmail-scanner-queue.pl


Edit "sub email_quarantine_report" --

from:
&email_sender("sender") if (&valid_virus_to_report($quarantine_description));
&email_sender("admin");


to:
&email_sender("sender") if (&valid_virus_to_report($quarantine_description));
&email_sender("admin") if (&valid_virus_to_report($quarantine_description));








-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to