From fa1e7f8425a07af47cbf91711a36657aad89f623 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 27 Oct 2016 10:34:15 +0200 Subject: [PATCH] [Minor] Add one_param to MX symbols --- src/plugins/lua/mx_check.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/plugins/lua/mx_check.lua b/src/plugins/lua/mx_check.lua index 40dc87188..bf38f63c6 100644 --- a/src/plugins/lua/mx_check.lua +++ b/src/plugins/lua/mx_check.lua @@ -264,6 +264,7 @@ if opts then description = 'Domain has no working MX', group = 'MX', one_shot = true, + one_param = true, }) rspamd_config:set_metric_symbol({ name = settings.symbol_good_mx, @@ -271,6 +272,7 @@ if opts then description = 'Domain has working MX', group = 'MX', one_shot = true, + one_param = true, }) rspamd_config:set_metric_symbol({ name = settings.symbol_no_mx, @@ -278,5 +280,6 @@ if opts then description = 'Domain has no resolvable MX', group = 'MX', one_shot = true, + one_param = true, }) end -- 2.39.5