]> source.dussan.org Git - rspamd.git/commitdiff
Fixed multimap module configuration.
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Mon, 20 Dec 2010 13:46:16 +0000 (16:46 +0300)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Mon, 20 Dec 2010 13:46:16 +0000 (16:46 +0300)
src/plugins/lua/multimap.lua

index 0ab22194d9e4b380891a0f1147eb0b134504db90..e4ba9a4fce8347a2fe78c20707da1da6a239b5a2 100644 (file)
@@ -136,7 +136,7 @@ local opts =  rspamd_config:get_all_opt('multimap')
 if opts then
        local strrules = opts['rule']
        if strrules then
-               if type(strrules) == 'array' then 
+               if type(strrules) == 'table' then 
                        for _,value in ipairs(strrules) do
                                local params = split(value, ',')
                                if not add_rule (params) then