Hey there,
I am using the sa-update channel from Schaal-IT and I think it is very useful. But I'd like to override some scores so that it works better in my setup.
Let's assume I have the rules (that are updated regularely from a cron job) here:
/var/lib/spamassassin/.../70_SCHAALIT_body.cf
in there is a rule assgined with the following score:
score SCHAALIT_BODY_92 3
Now if I add the following score in my /etc/mail/spamassassin/custom.cf
score SCHAALIT_BODY_92 0.5
Will it override the original score with the new value 0.5?
Or is there another (better) way to achieve this ?
Thanks in advance!
I am using the sa-update channel from Schaal-IT and I think it is very useful. But I'd like to override some scores so that it works better in my setup.
Let's assume I have the rules (that are updated regularely from a cron job) here:
/var/lib/spamassassin/.../70_SCHAALIT_body.cf
in there is a rule assgined with the following score:
score SCHAALIT_BODY_92 3
Now if I add the following score in my /etc/mail/spamassassin/custom.cf
score SCHAALIT_BODY_92 0.5
Will it override the original score with the new value 0.5?
Or is there another (better) way to achieve this ?
Thanks in advance!