aboutsummaryrefslogtreecommitdiffstats
path: root/lualib/lua_scanners/clamav.lua
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-12-31 11:35:59 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-12-31 11:35:59 +0000
commit5c2c665915f62ffbf89bcc91217b2c995748d299 (patch)
tree0f8608cac4cc6a9b235e771fd12a0cde4c882312 /lualib/lua_scanners/clamav.lua
parenta72937fcfbd01b7d47bde8a46f73d01812f13ce0 (diff)
downloadrspamd-5c2c665915f62ffbf89bcc91217b2c995748d299.tar.gz
rspamd-5c2c665915f62ffbf89bcc91217b2c995748d299.zip
[Minor] Lua_scanners: Add debug aliases
Diffstat (limited to 'lualib/lua_scanners/clamav.lua')
-rw-r--r--lualib/lua_scanners/clamav.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lualib/lua_scanners/clamav.lua b/lualib/lua_scanners/clamav.lua
index c7dd08bfc..b7de739cd 100644
--- a/lualib/lua_scanners/clamav.lua
+++ b/lualib/lua_scanners/clamav.lua
@@ -63,6 +63,7 @@ local function clamav_config(opts)
clamav_conf.default_port)
if clamav_conf['upstreams'] then
+ lua_util.add_debug_alias('antivirus', N)
return clamav_conf
end