Skip to content

Commit

Permalink
[Minor] Erm, forgot one more place to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Apr 20, 2020
1 parent 447681f commit 9d44d46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plugins/lua/rbl.lua
Expand Up @@ -970,6 +970,10 @@ local function add_rbl(key, rbl, global_opts)
}
if not rbl.is_whitelist and rbl.ignore_whitelist == false then
table.insert(black_symbols, rbl.symbol)
else
lua_util.debugm(N, rspamd_config, 'rule %s ignores whitelists: rbl.is_whitelist = %s, ' ..
'rbl.ignore_whitelist = %s',
rbl.symbol, rbl.is_whitelist, rbl.ignore_whitelist)
end
end

Expand Down

0 comments on commit 9d44d46

Please sign in to comment.