]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Add nostat flag to failure symbol
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 22 Mar 2019 12:17:40 +0000 (12:17 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 22 Mar 2019 12:17:40 +0000 (12:17 +0000)
src/plugins/lua/external_services.lua

index de6615c863a0bcbca9fdaeb8e8a5236fba173783..056eefcee5431c060b7d0071fa22fcd8f4a8c5a9 100644 (file)
@@ -202,7 +202,7 @@ if opts and type(opts) == 'table' then
           group = N
         })
         rspamd_config:register_symbol({
-          type = 'virtual',
+          type = 'virtual,nostat',
           name = m['symbol_fail'],
           parent = id,
           score = 0.0,