I was having problems with spam and reported it on Facebook HERE When I didn’t get a response, I went after it because the spam was annoying and Rspamd wasn’t blocking it.
I found a solution that helped me a lot!
But unfortunately at first it wasn’t working well, so I remembered to give permissions to the folders to the rspamd Linux user with the command below
chown -R _rspamd:_rspamd /etc/rspamd/override.d
I restarted Rspamd
sudo systemctl restart rspamd
That’s it, rspamd started mitigating unwanted spam promptly.
I’m letting you know in case anyone else has this problem too.