Just a suggestion for an extra description line in quarantined emails that describes why the email got quarantined, or which virus the email was infected with.
This makes my job easier, because I just do a "grep -ril 'Found: the W32/Klez' /var/spool/qmailscan/quarantine" to delete the hundreds of copies of Klez, Magistr, and all the other email-generating viruses that get put there every day. I figured it may be useful to others that run qmail-scanner on reasonably high-volume servers :-) Anyway, thanks for the great software, keep up the excellent work! -- Joel Michael | Phone: +61 7 3367 3555 Systems Administrator | Fax: +61 7 3367 3544 WorldHosting.org Pty. Ltd. | Mobile: +61 408 336 728 http://www.worldhosting.org/ | Email: [EMAIL PROTECTED] (patch against q-s 1.13) --- qmail-scanner-queue.template.orig 2002-08-15 11:50:13.000000000 +1000 +++ qmail-scanner-queue.template 2002-08-15 11:52:20.000000000 +1000 @@ -926,6 +926,7 @@ print QTINE "${V_HEADER}-Mail-From: \"$returnpath\" via $hostname\n"; print QTINE "${V_HEADER}-Rcpt-To: \"$recips\"\n"; print QTINE "$V_HEADER: $VERSION ($SCANINFO $destring Found. Processed in ",tv_interval($start_time,[gettimeofday])," secs)\n"; + print QTINE "Found: $quarantine_description\n"; print QTINE "*** Qmail-Scanner Envelope Details End ***\n"; close QTINE; &email_sender("sender") if (&valid_virus_to_report($quarantine_description)); ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
