Skip to content

Disabled scanning of incoming mails for phishing attempts

Robin Raymond requested to merge phdoerfler:clamav-phishing into master

Created by: phdoerfler

I have had one legit email by PayPal being rejected and bounced because ClamAV considered this one to be a phishing attempt. I expect rspamd to be better suited at detecting this than the anti virus software so this PR disables this for ClamAV. This gives rspamd the chance to look at the mail and decide what to do with it.

Now unfortunately I don't have an easy way to test if this actually works. According to the man page and a number of different sites this is the option to set to no when you get false positives for Heuristics.Phishing.Email.SpoofedDomain which is what happened to me. So I'm… positive… that this might work

Merge request reports