Well, all i want to do is to filter the Mails into a per user quarantine. We have lost important Emails in the past because of false alarms (mostly for Macro Viruses).
So my Boss gave me 2 Options: - Give the Users the Chance to recover false positives by themselves - Don't run a Virus Scanner on the Mail Server I prefer the first Option =) At the Moment I do every 5 minutes from cron: find /var/spool/qmailscan/quarantine/new -type f -print |xargs -i bash -c "reformail -a \"X-Virus-Status: Yes\" < {}|qmail-inject ; rm {}" and Filter the messages based on "X-Virus-Status" into a per user quarantine. I would have preferred an option in qmail-scanner to do that. Chris -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chittaranjan Mandal (w/CSE & SIT) Sent: Thursday, April 08, 2004 5:32 AM To: Jason Haar; [EMAIL PROTECTED] Subject: Re: [Qmail-scanner-general]is it possible to deliver mails with virus instead of quarantine? [Reply to message from "Jason Haar" on Thursday 08 Apr 2004 3:07 am] > > is it possible to deliver a Mail with Virus instead of putting it into > > quarantine? > > No. Never. Sorry, but that is a fundamental component. An AV system must > stop viruses from reaching the recipient. Some filters deliver the mail after removing the virus bearing attachment (with a suitable message). Usefulness of such a scheme is a subjective matter. -Chitta ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general