From 082f48b7791500b079f70defde12df97fc80f19a Mon Sep 17 00:00:00 2001 From: AL Date: Mon, 27 Nov 2017 16:59:09 +0300 Subject: [PATCH] Update mx_check.lua --- src/plugins/lua/mx_check.lua | 4 ++-- 1 file 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, -- 2.39.5