> -----Original Message----- > From: Trey Nolen [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 16, 2002 10:08 AM > To: [EMAIL PROTECTED] > Subject: [Qmail-scanner-general]quarantine > > > > This is probably an easy question that has been answered before, so be > gentle. > > Is there a way to have the quarantined messages just go to null? We've > stopped over 10,000 Klez this month, and quarantine keeps > filling up our > var partition. I tried putting a .qmail file in the folder, but that > didn't seem to work. >
Not that I'm aware of. I tried doing the same thing. How about a simple cron job to pruge quarantines older than 7 days. 0 * * * * find /var/spool/qmailscan/quarantine -type f -atime +7 -exec rm -f {} \; ------------------------------------------------------- This sf.net email is sponsored by: Jabber - The world's fastest growing real-time communications platform! Don't just IM. Build it in! http://www.jabber.com/osdn/xim _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general