aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAL <AlexeySa@users.noreply.github.com>2017-11-27 16:59:09 +0300
committerGitHub <noreply@github.com>2017-11-27 16:59:09 +0300
commit082f48b7791500b079f70defde12df97fc80f19a (patch)
treeb922c312c2002485322c9c2f6d35ade8fbe6d48c
parentc32e8cd011ca0d4d92efab3671258507af04c036 (diff)
downloadrspamd-082f48b7791500b079f70defde12df97fc80f19a.tar.gz
rspamd-082f48b7791500b079f70defde12df97fc80f19a.zip
Update mx_check.lua
-rw-r--r--src/plugins/lua/mx_check.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/lua/mx_check.lua b/src/plugins/lua/mx_check.lua
index 75b587763..3e43b4a9a 100644
--- a/src/plugins/lua/mx_check.lua
+++ b/src/plugins/lua/mx_check.lua
@@ -313,8 +313,8 @@ if opts then
})
rspamd_config:set_metric_symbol({
name = settings.symbol_white_mx,
- score = -0.00,
- description = 'Domain has whitelist MX',
+ score = 0.0,
+ description = 'Domain is whitelisted from MX check',
group = 'MX',
one_shot = true,
one_param = true,