[Rspamd-Users] per address scoring not workling as expected
Ronny Seffner
r.seffner at seffner-schlesier.de
Tue May 12 16:23:16 UTC 2020
Hi,
I'm running rspam.d 2.5 with global (UI naming) "greylist=4", "probably spam=6", "rewrite subject=7" and "spam=14" - I expect this equals "reject = 14.0" and "add_header = 6".
This seems to work with even this mentioned scores. Next I generate a override.d/settings.conf with following content:
spamrejectlvl6_0 {
id = "spamrejectlvl6_0";
priority = high;
rcpt = "mail at domain.tld";
apply {
actions {
reject = 6.0;
}
}
}
spammarklvl4_0 {
id = "spammarklvl4_0";
priority = high;
rcpt = "mail at domain.tld";
apply {
actions {
add_header = 4.0;
}
}
}
But UI shows me "rewrite subject" (orange) "29.25 / 6" (red).
Why not "reject"ing it? The number " / 6" shows, that settings.conf is read correctly, all other mails got an " / 14" there.
What do I miss?
best regards
Ronny Seffner
More information about the Users
mailing list