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

index 61b3da443aa1e65e522492361df87f2c90eaeac1..162add51ef4d3b8c404c30a4e3999d9ace3a51a5 100644 (file)
@@ -71,7 +71,7 @@ if opts then
         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)
+                               rspamd_config:register_virtual_symbol(string.sub(rbl, s + 1, -1), 1)
                        end
                end
         -- Register symbol's callback