User custom rspamd scores not reflected inside received mail headers

wdc

Verified User
Joined
Dec 8, 2013
Messages
79
SpamAssasin followed my scores, but rspamd not. Because multiple times I have received mail to account mailbox where its headers was like:
Symbol: MISSING_XM_UA(0.00)
Symbol: FORGED_SENDER(0.30)
Symbol: RCVD_IN_DNSWL_NONE(0.00)

yet my SpamAssasin config. file (
Code:
https://server:2222/HTM_FILE_MANAGER_EDIT?path=%2F.spamassassin%2Fuser_prefs
) for that account looks like this.

as you can see, file contains:
Code:
score FORGED_SENDER 2.7 # rspamd
Yet the FORGED_SENDER has different score (0.30) in email, not 2.7.

What to try please? I have reseller/user level access, but can contact my provider.
 
0.3 is the standard setting in rspamd, its serverwide, you have to contact your hoster.FORGED_SENDER rspamd.jpg
 
you have to contact your hoster
But user should have right to customize the spam rules/scores. Does it mean that user waste their time trying to customize SPAM scores and some of the rules (scores) are covertly/silently override by the server? How to know as a user that certain rule is override and I should not bother customizing certain score/rule? In case of a SPAMAssasin it always reflected mine defined scores.
 
So far I know spamassassin has per user configs, and rspamd only serverwide configs. Rspamd is parsing the settings in SA GUI, but I`m not aware that this would include all the rspamd symbols. Rspamd has over 300 indicators (symbols). But I can be wrong, maybe @mxroute can bring some clarity into this.
 
Back
Top