Skip to content

Commit

Permalink
docs: fix score ranges in readme #50
Browse files Browse the repository at this point in the history
  • Loading branch information
friedPotat0 authored Jul 6, 2022
1 parent 651051d commit 96a2f78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ If you have mails with the header "X-MYCOMPANY-MailScanner-SpamCheck", you have

The total score of each mail with an existing spam header will be displayed along with a red, yellow or green icon depending on the score. The colours are by default calculated as follows:

- ![Negative Score](https://raw.githubusercontent.com/friedPotat0/Spam-Scores/master/images/score_negative.png) Score greater than 2
- ![Positive Score](https://raw.githubusercontent.com/friedPotat0/Spam-Scores/master/images/score_positive.png) Score greater than 2
- ![Neutral Score](https://raw.githubusercontent.com/friedPotat0/Spam-Scores/master/images/score_neutral.png) Score between -2 and 2 (both inclusive)
- ![Positive Score](https://raw.githubusercontent.com/friedPotat0/Spam-Scores/master/images/score_positive.png) Score less than -2
- ![Negative Score](https://raw.githubusercontent.com/friedPotat0/Spam-Scores/master/images/score_negative.png) Score less than -2

The icon score ranges can be changed in the [add-on options](#options).

Expand Down

0 comments on commit 96a2f78

Please sign in to comment.