Skip to content

Commit

Permalink
add low positive score to RCVD_NO_TLS_LAST
Browse files Browse the repository at this point in the history
  • Loading branch information
heraklit256 committed Sep 8, 2018
1 parent fa4ffc6 commit a4b0bad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rules/misc.lua
Expand Up @@ -249,7 +249,7 @@ rspamd_config:register_symbol{
parent = check_rcvd,
name = 'RCVD_NO_TLS_LAST',
description = 'Last hop did not use encrypted transports',
score = 0.0,
score = 0.1,
group = 'headers'
}

Expand Down Expand Up @@ -414,7 +414,7 @@ rspamd_config.URL_IN_SUBJECT = {
end,
score = 4.0,
group = 'subject',
description = 'Url found in Subject'
description = 'URL found in Subject'

}

Expand Down Expand Up @@ -735,4 +735,4 @@ rspamd_config:register_symbol{
group = 'mime_types',
score = -2.0,
one_shot = true
}
}

0 comments on commit a4b0bad

Please sign in to comment.