Stripping virus attachments
Posted: Wed Mar 15, 2006 11:24 am
I'm trying to set up a new server with McAfee doing the virus scanning. It's all working inasmuch as virally-laden emails are being detected and dropped, but what I want to do is to strip infected attachments from emails but to deliver them with a system addition warning the recipient that the attachment has been removed due to virus - the same behaviour as we have at the moment with our exim/mailscanner/mcafee setup.
I DON'T want to send notification to the sender because of the number of spam viruses.
ALL-ROUTES.VIR currently contains:
VIRUS-UNCLEANED=1 ACTION=DISCARD
VIRUS-UNCLEANED=0 VIRUS-FOUND=1 ACTION=ALLOW
which is passing clean emails but dropping all infected ones, rather than stripping the attachment. What am I doing wrong?
I DON'T want to send notification to the sender because of the number of spam viruses.
ALL-ROUTES.VIR currently contains:
VIRUS-UNCLEANED=1 ACTION=DISCARD
VIRUS-UNCLEANED=0 VIRUS-FOUND=1 ACTION=ALLOW
which is passing clean emails but dropping all infected ones, rather than stripping the attachment. What am I doing wrong?