From: Vsevolod Stakhov Date: Fri, 30 Mar 2018 09:05:04 +0000 (+0100) Subject: [Minor] Describe RSPAMD_FUZZY_EPOCH11 def X-Git-Tag: 1.7.3~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3d6aacab592f53a346b7573911dee2489392b3a;p=thirdparty%2Frspamd.git [Minor] Describe RSPAMD_FUZZY_EPOCH11 def --- diff --git a/lualib/rspamadm/fuzzy_stat.lua b/lualib/rspamadm/fuzzy_stat.lua index 748dbda202..05c2622bf4 100644 --- a/lualib/rspamadm/fuzzy_stat.lua +++ b/lualib/rspamadm/fuzzy_stat.lua @@ -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