From: AL Date: Mon, 27 Nov 2017 13:59:09 +0000 (+0300) Subject: Update mx_check.lua X-Git-Tag: 1.7.0~399^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=082f48b7791500b079f70defde12df97fc80f19a;p=thirdparty%2Frspamd.git Update mx_check.lua --- diff --git a/src/plugins/lua/mx_check.lua b/src/plugins/lua/mx_check.lua index 75b587763f..3e43b4a9a3 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,