Browse Source

[Minor] Fix symbol registration

tags/1.8.1
Vsevolod Stakhov 5 years ago
parent
commit
216b0acc37
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/plugins/lua/whitelist.lua

+ 1
- 1
src/plugins/lua/whitelist.lua View 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

Loading…
Cancel
Save