commit 7192a65: [Minor] Add nostat flag to failure symbol

Vsevolod Stakhov vsevolod at highsecure.ru
Fri Mar 22 12:21:05 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-03-22 12:17:40 +0000
URL: https://github.com/rspamd/rspamd/commit/7192a658736be07a748c838dc19b3ba94a5b2d9e (HEAD -> master)

[Minor] Add nostat flag to failure symbol

---
 src/plugins/lua/external_services.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/lua/external_services.lua b/src/plugins/lua/external_services.lua
index de6615c86..056eefcee 100644
--- a/src/plugins/lua/external_services.lua
+++ b/src/plugins/lua/external_services.lua
@@ -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,


More information about the Commits mailing list