Hi guys. I’ve a strange problem. When I receive a mail with a failed spf, Rspamd add correctly R_SPF_FAIL symbol in the mail header but value is equal to 0.
But in rspamd configuration, might be 8 (default configuration):
cat conf/rspamd/local.d/policies_group.conf
symbols = {
“ARC_REJECT” {
score = 0.01;
}
“R_SPF_FAIL” {
score = 8.0;
}
But it’s a rspamd bug or a mailcow bug?
Thank you for your help