aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-09-23 15:11:27 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-09-23 15:11:27 +0100
commitbb1eae8f68f81e5c9723748d76e847fac688f8db (patch)
tree54225141fbf0ce88f197e4a3b1fa350e2ae34adc /src
parenta5d48398dd407ee981d58ea037cbbd685e250de8 (diff)
downloadrspamd-bb1eae8f68f81e5c9723748d76e847fac688f8db.tar.gz
rspamd-bb1eae8f68f81e5c9723748d76e847fac688f8db.zip
[Test] Fix emailbl tests
Diffstat (limited to 'src')
-rw-r--r--src/plugins/lua/rbl.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/lua/rbl.lua b/src/plugins/lua/rbl.lua
index 9feab5aea..b9682e0fc 100644
--- a/src/plugins/lua/rbl.lua
+++ b/src/plugins/lua/rbl.lua
@@ -857,6 +857,8 @@ local function add_rbl(key, rbl, global_opts)
rspamd_logger.infox(rspamd_config, 'added rbl rule %s: %s',
rbl.symbol, description)
+ lua_util.debugm(N, rspamd_config, 'rule dump for %s: %s',
+ rbl.symbol, rbl)
if rbl.dkim then
rspamd_config:register_dependency(rbl.symbol, 'DKIM_CHECK')