Move require of plugins/rbl before confighelp check so the schema
gets registered even in confighelp mode.
limitations under the License.
]]--
+-- Load RBL common module early to register schema for confighelp
+local rbl_common = require "plugins/rbl"
+
if confighelp then
return
end
local selectors = require "lua_selectors"
local bit = require 'bit'
local lua_maps = require "lua_maps"
-local rbl_common = require "plugins/rbl"
local rspamd_url = require "rspamd_url"
-- This plugin implements various types of RBL checks