r-raymond / nixos-mailserver

A complete and Simple Nixos Mailserver
GNU General Public License v3.0
181 stars 27 forks source link

Disabled scanning of incoming mails for phishing attempts #130

Closed phdoerfler closed 6 years ago

phdoerfler commented 6 years ago

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

r-raymond commented 6 years ago

Thanks for the PR!