From: Vsevolod Stakhov Date: Wed, 22 Dec 2010 14:33:15 +0000 (+0300) Subject: Misprint. X-Git-Tag: 0.3.7~92 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=15b1e3856ab85a1bf101fc0f336c1376f4cb8b41;p=rspamd.git Misprint. --- 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)