From: heraklit256 <37872459+heraklit256@users.noreply.github.com#> Date: Sat, 8 Sep 2018 10:55:28 +0000 (+0200) Subject: add low positive score to RCVD_NO_TLS_LAST X-Git-Tag: 1.8.0~161^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F2472%2Fhead;p=rspamd.git add low positive score to RCVD_NO_TLS_LAST --- 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 +}