Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: morpheusx on October 30, 2006, 09:09:14 PM
-
I've grown frustrated with a set of SA rules that consistently misflag email as spam. If you Google on these keywords, a lot of others have seen these misfire as well.
The two worst offenders on my sites are:
RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME
Since there is no easy way for users to whitelist emails in SME, is there a way for me to permanently nuke the rules from SA?
Thanks
-
mkdir -p /etc/e-smith/templates-custom/etc/mail/spamassassin/local.cf
cd /etc/e-smith/templates-custom/etc/mail/spamassassin/local.cf
pico -w 90CustomScores## Optional Score Increases
score RATWARE_MS_HASH 0.000
score RATWARE_OUTLOOK_NONAME 0.000
signal-event email-update
-
Works perfectly - thanks!