Browse Source

[Fix] Greylisting set phase is not idempotent

tags/1.7.0
Vsevolod Stakhov 6 years ago
parent
commit
3616d6326b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/plugins/lua/greylist.lua

+ 1
- 1
src/plugins/lua/greylist.lua View File

@@ -429,7 +429,7 @@ if opts then
else
rspamd_config:register_symbol({
name = 'GREYLIST_SAVE',
type = 'idempotent',
type = 'postfilter',
callback = greylist_set,
priority = 6
})

Loading…
Cancel
Save