spam score

How can i change the spamassain defualt score.

hi,

I assume you mean the default spamlevel which is 5.
yes, just go the Mail Filter/What/Spam Object and change the value from 5 to the new value.

you can also build new rules, for example you can define rules which block emails with spam level 10 or higher, quarantine spam between 5 and 10, mark spam as possible spam between 3 and 5.

for such configuration take a look into the deployment guide, sample rules
 
No, I mean to the score i see in the spam info.
example: MIME_BASE64_TEXT 2.796
I would like to change the 2.796 score.
 
If you really want to change internal SA spam scoring values you need to create the file:

/etc/mail/spamassassin/custom.cf

where you can put additional spamassassin configurations, for example:

score MIME_BASE64_TEXT 3

best regards,
Dietmar
 
  • Like
Reactions: nds90
Oh , forget to mention that, please restart the filter damon on the web interface or do:

/etc/init.d/proxprox restart

- Dietmar