From: Vsevolod Stakhov Date: Wed, 23 Oct 2019 14:20:25 +0000 (+0100) Subject: [Fix] Fix support of disable_monitoring in rbl X-Git-Tag: 2.1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77cbf65bbcbf7adf1396f197c66d128f614c5279;p=thirdparty%2Frspamd.git [Fix] Fix support of disable_monitoring in rbl --- diff --git a/src/plugins/lua/rbl.lua b/src/plugins/lua/rbl.lua index 68f413b100..623de0a376 100644 --- a/src/plugins/lua/rbl.lua +++ b/src/plugins/lua/rbl.lua @@ -1074,6 +1074,7 @@ local rule_schema_tbl = { process_script = ts.string:is_optional(), emails_delimiter = ts.string:is_optional(), ignore_defaults = ts.boolean:is_optional(), + disable_monitoring = ts.boolean:is_optional(), symbols_prefixes = ts.map_of(ts.string, ts.string):is_optional(), } -- Add default boolean flags to the schema