Browse Source

[Minor] Describe RSPAMD_FUZZY_EPOCH11 def

tags/1.7.3
Vsevolod Stakhov 6 years ago
parent
commit
f3d6aacab5
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      lualib/rspamadm/fuzzy_stat.lua

+ 2
- 0
lualib/rspamadm/fuzzy_stat.lua View File

@@ -126,6 +126,8 @@ local function print_result(r)
return 'v0.9'
elseif num == 4 then
return 'v1.0+'
elseif num == 5 then
return 'v1.7+'
end
return '???'
end

Loading…
Cancel
Save