Page 1 of 1
Spam Score how to?
Posted: 15 Dec 2014 09:46
by fjkaauw
Hi,
I'm testing EFA now for a couple of day's and stil get lots of spam.
In the list of messages in the EFA web interface i see there are these spam messages with the spam score of >1
How can i set my spam score to tell EFA that everything above a SPAM Rate of 1 ir 2 is spam?
Thanks in advance,
Fred Kaauw
Re: Spam Score how to?
Posted: 17 Dec 2014 23:53
by shawniverson
/etc/MailScanner/MailScanner.conf:
Code: Select all
# This replaces the SpamAssassin configuration value 'required_hits'.
# If a message achieves a SpamAssassin score higher than this value,
# it is spam. See also the High SpamAssassin Score configuration option.
# This can also be the filename of a ruleset, so the SpamAssassin
# required_hits value can be set to different values for different messages.
Required SpamAssassin Score = 3
# If a message achieves a SpamAssassin score higher than this value,
# then the "High Scoring Spam Actions" are used. You may want to use
# this to deliver moderate scores, while deleting very high scoring messsages.
# This can also be the filename of a ruleset.
High SpamAssassin Score = 7
Re: Spam Score how to?
Posted: 18 Dec 2014 09:13
by fjkaauw
ok, that is clear, but what is the meaning of the settings by the users?
-------------------------------
Spam Score: 0=Use Default
High Spam Score: 0=Use Default
-------------------------------
what will happen when i change these vallues?
Thanks in advance
Re: Spam Score how to?
Posted: 18 Dec 2014 23:29
by shawniverson
These are per user values that override the defaults set above. Changing them changes the scoring for that specific user.
Re: Spam Score how to?
Posted: 19 Dec 2014 08:43
by fjkaauw
It looks like this is not working for me?
I have set the spam value in Spamassasin to 1 and the high value to 3.
This works....
Manual in the application i set it only for my account to 5 and 7
now still everything for my account is marked as spam when the spam value is higher then 1.
So it looks like the value in spamassessin is leading and the manual settings don't overwrite?
What is going wrong?