I am using ClamAV on Linux. I do not want to delete any
viruses
detected, but want to redirect them to a mailbox.
Barry posted his spam redirection mfilter some time ago,
if (isin("X-Spamdetect","and ip
url"")) redirect some_mailboxsomedomain.com
end if
Is there something similar that I can use with Clamscan?
sai
Re: redirect virus mails
United States
2008-01-08 11:32:39
The below is an mfilter.rul that can redirect an email,
based on criteria, to an Admin mailbox,
It is not intended to be a replacement for a virus
scan.
No, you don't want to redirect virus-infected emails to a
mailbox... you want to open them only using a text editor to analyze where it's
coming from and why it was put into the clam quarantine folder.
Clam a/v should be inserted into one of the lines on the
antivirus page.
When you setup Clam, you can choose to put the quarantine
location as c:/clamquarantine/ or whatever directory you choose.