Browse Source

[Minor] Ratelimit: Add implicit score

tags/2.7
Vsevolod Stakhov 3 years ago
parent
commit
83bcd40710
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/plugins/lua/ratelimit.lua

+ 1
- 0
src/plugins/lua/ratelimit.lua View File

@@ -867,6 +867,7 @@ if opts then
s.name = settings.symbol
elseif settings.info_symbol then
s.name = settings.info_symbol
s.score = 0.0
end

rspamd_config:register_symbol(s)

Loading…
Cancel
Save