From a4b0bad4b46e104e3e912d650b1540efc8e3d251 Mon Sep 17 00:00:00 2001 From: heraklit256 <37872459+heraklit256@users.noreply.github.com#> Date: Sat, 8 Sep 2018 12:55:28 +0200 Subject: [PATCH] add low positive score to RCVD_NO_TLS_LAST --- rules/misc.lua | 6 +++--- 1 file 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 +} -- 2.39.5