]> source.dussan.org Git - rspamd.git/commitdiff
add low positive score to RCVD_NO_TLS_LAST 2472/head
authorheraklit256 <37872459+heraklit256@users.noreply.github.com#>
Sat, 8 Sep 2018 10:55:28 +0000 (12:55 +0200)
committerheraklit256 <37872459+heraklit256@users.noreply.github.com#>
Sat, 8 Sep 2018 10:55:28 +0000 (12:55 +0200)
rules/misc.lua

index 080d035846b6218ef1df7f4903db15098f3156f1..fe5325d463885fbfdc49d626737cd27ceaff873c 100644 (file)
@@ -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
+}