]> source.dussan.org Git - rspamd.git/commitdiff
Misprint.
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Wed, 22 Dec 2010 14:33:15 +0000 (17:33 +0300)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Wed, 22 Dec 2010 14:33:15 +0000 (17:33 +0300)
src/plugins/lua/received_rbl.lua

index b98fbc2df8f5679f58b7297f9bfedd2137357732..61b3da443aa1e65e522492361df87f2c90eaeac1 100644 (file)
@@ -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)