aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-09-08 16:52:21 +0100
committerGitHub <noreply@github.com>2018-09-08 16:52:21 +0100
commit55afd8769b9347689c1d4bb02c384b3d41db49b6 (patch)
treef178851d9af7e0d2f2142e2518d3300138438c65
parent2ef4d7f2356eb44e71d2906c6ed6ad08c23773c4 (diff)
parenta4b0bad4b46e104e3e912d650b1540efc8e3d251 (diff)
downloadrspamd-55afd8769b9347689c1d4bb02c384b3d41db49b6.tar.gz
rspamd-55afd8769b9347689c1d4bb02c384b3d41db49b6.zip
Merge pull request #2472 from heraklit256/composites-2
add low positive score to RCVD_NO_TLS_LAST
-rw-r--r--rules/misc.lua6
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
+}