How do you blacklist a sending domain without depending on spf, dkim or dmarc? This documentation seems to imply that one of them has to fail:
I have some smart spammers that have everything setup properly with spf, dkim, and dmarc but I don't care about any of that. I just want to block some senders:
BLACKLIST {
blacklist = true;
description = "Mail comes from known bad domain";
domains = "/etc/rspamd/local.d/blacklist.inc";
score = 7.200000;
}
}
}
local.d/blacklist.inc
===============
What am I doing wrong? These domains are not hitting this BLACKLIST symbol?
Thanks,
Dave