You can't. I'm not sure if you mean you want that virus to bypass the scanner (answer: you can't), or if you mean you just want it to be deleted instead of quarantined (ans:you have to organize some way of deleting the contents of /var/spool/qmailscan/quarantine/new at intervals).
in less than 12 hours i got 2GB of Zafi.D-s quarantined :)
that's faster than my find -mtime +10 on cron
find -type f | while read x; do if grep -q "^Quarantine-Description: Worm.Zafi.D" $x; then rm -fv $x; fi; done
seems to be my only exit.
Thanks, Alejandro Mery
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general