spamassassin evil ALL_TRUSTED rule
Posted: Sat Nov 12, 2005 6:55 pm
By default spamassassin is not really strict, especially because it randomly gives -2 points using the rule ALL_TRUSTED.
Here's how you fix this.
Type
vim /usr/share/spamassassin/50_scores.cf
(note: paths may be different on your system, you may need to use the locate command to find out where the .cf files are)
in vim type
/ALL_TRUSTED
You will find a line like this:
score ALL_TRUSTED -2.400 -2.820 -2.867 -3.300
Change the numbers to 0. The rule will still show up randomly, but at least it won't be removing points. I had a fix before to remove it completely but forget what I did.
Archived topic from Iceteks, old topic ID:3943, old post ID:32256
Here's how you fix this.
Type
vim /usr/share/spamassassin/50_scores.cf
(note: paths may be different on your system, you may need to use the locate command to find out where the .cf files are)
in vim type
/ALL_TRUSTED
You will find a line like this:
score ALL_TRUSTED -2.400 -2.820 -2.867 -3.300
Change the numbers to 0. The rule will still show up randomly, but at least it won't be removing points. I had a fix before to remove it completely but forget what I did.
Archived topic from Iceteks, old topic ID:3943, old post ID:32256