Scenario:
a) I am sending a legit email and I might be infected or
b) I am sending a legit email and the attachment could be flagged as virus but it's a false positive.
Right now we got as default this:
rejected after DATA: This message contains a virus or other harmful content (SignatureGoesHere)
And nobody knows anything except if we dig inside exim reject log.
Is there a way to make them PASS to inbox/spam folder but cleaned and not defer them ?
The default default_exiscan has a deny / defer message:
deny message = This message contains a virus or other harmful content ($malware_name)
malware = */defer_ok
warn log_message = Message has been scanned: no virus or other harmful content was found
Is there a way to make clam delete/disinfect the attachment, pass the message without it and just print the Signature of the found virus ?
It's important to pass every mail, even infected to spam or inbox folder, but just without the infected attachment or with the ClamAV signature warning in the footer.
a) I am sending a legit email and I might be infected or
b) I am sending a legit email and the attachment could be flagged as virus but it's a false positive.
Right now we got as default this:
rejected after DATA: This message contains a virus or other harmful content (SignatureGoesHere)
And nobody knows anything except if we dig inside exim reject log.
Is there a way to make them PASS to inbox/spam folder but cleaned and not defer them ?
The default default_exiscan has a deny / defer message:
deny message = This message contains a virus or other harmful content ($malware_name)
malware = */defer_ok
warn log_message = Message has been scanned: no virus or other harmful content was found
Is there a way to make clam delete/disinfect the attachment, pass the message without it and just print the Signature of the found virus ?
It's important to pass every mail, even infected to spam or inbox folder, but just without the infected attachment or with the ClamAV signature warning in the footer.
Last edited by a moderator: