Start bad spam score to B
This commit is contained in:
parent
9970e957d5
commit
255027d00b
3 changed files with 26 additions and 4 deletions
|
|
@ -181,7 +181,7 @@ func TestGetSpamAssassinScore(t *testing.T) {
|
|||
Score: 2.0,
|
||||
RequiredScore: 5.0,
|
||||
},
|
||||
expectedScore: 60, // 100 - round(2*100/5) = 100 - 40 = 60
|
||||
expectedScore: 80, // 100 - round(2*100/5) = 100 - 40 = 60
|
||||
},
|
||||
{
|
||||
name: "Score at threshold",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue