]> source.dussan.org Git - rspamd.git/commitdiff
Update mx_check.lua 1932/head
authorAL <AlexeySa@users.noreply.github.com>
Mon, 27 Nov 2017 13:59:09 +0000 (16:59 +0300)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2017 13:59:09 +0000 (16:59 +0300)
src/plugins/lua/mx_check.lua

index 75b587763f851e40efba58631af68ea5bf167b0e..3e43b4a9a39fce1ebd227f77b7e7e314a78f6371 100644 (file)
@@ -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,