]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix symbol registration
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 29 Sep 2018 12:40:54 +0000 (13:40 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 29 Sep 2018 12:40:54 +0000 (13:40 +0100)
src/plugins/lua/whitelist.lua

index 155e04c24c8789be83d956d9a7dbaa926137f6e1..ab85b184d94b64f86db1ac198b0cd66a0525ec1a 100644 (file)
@@ -284,7 +284,7 @@ local configure_whitelist_module = function()
         if rule.inverse_symbol then
           rspamd_config:register_symbol({
             name = rule.inverse_symbol,
-            flags = 'virtual',
+            type = 'virtual',
             parent = id
           })
         end