summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/plugins/lua/received_rbl.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/lua/received_rbl.lua b/src/plugins/lua/received_rbl.lua
index b98fbc2df..61b3da443 100644
--- a/src/plugins/lua/received_rbl.lua
+++ b/src/plugins/lua/received_rbl.lua
@@ -68,7 +68,7 @@ if opts then
if opts['rbl'] then
rbls = opts['rbl']
end
- for _,rbl in ipairs(rbls)
+ for _,rbl in ipairs(rbls) do
local s, _ = string.find(rbl, ':')
if s then
rspamd_config:register_virtual_symbol((string.sub(rbl, s + 1, -1), 1)