diff options
author | heraklit256 <37872459+heraklit256@users.noreply.github.com#> | 2018-09-08 12:55:28 +0200 |
---|---|---|
committer | heraklit256 <37872459+heraklit256@users.noreply.github.com#> | 2018-09-08 12:55:28 +0200 |
commit | a4b0bad4b46e104e3e912d650b1540efc8e3d251 (patch) | |
tree | c1442fd97d6d3bafe5317a6be23163be07c3de86 /rules/misc.lua | |
parent | fa4ffc69b738b0495467626621622fe4c433605f (diff) | |
download | rspamd-a4b0bad4b46e104e3e912d650b1540efc8e3d251.tar.gz rspamd-a4b0bad4b46e104e3e912d650b1540efc8e3d251.zip |
add low positive score to RCVD_NO_TLS_LAST
Diffstat (limited to 'rules/misc.lua')
-rw-r--r-- | rules/misc.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/misc.lua b/rules/misc.lua index 080d03584..fe5325d46 100644 --- a/rules/misc.lua +++ b/rules/misc.lua @@ -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' } @@ -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' } @@ -735,4 +735,4 @@ rspamd_config:register_symbol{ group = 'mime_types', score = -2.0, one_shot = true -}
\ No newline at end of file +} |