diff options
author | Carsten Rosenberg <c.rosenberg@heinlein-support.de> | 2019-01-13 01:10:11 +0100 |
---|---|---|
committer | Carsten Rosenberg <c.rosenberg@heinlein-support.de> | 2019-01-13 01:10:11 +0100 |
commit | b2bd2eefe7514656fcdc193367ddd96ee4f979b3 (patch) | |
tree | 5aaf701a940ac2477443c95ab147d70e63576a0f /lualib/lua_scanners/oletools.lua | |
parent | 7848a14b949a7e54423998a9db2c45fc2d337f04 (diff) | |
download | rspamd-b2bd2eefe7514656fcdc193367ddd96ee4f979b3.tar.gz rspamd-b2bd2eefe7514656fcdc193367ddd96ee4f979b3.zip |
[Minor] lua_scanner - redis prefix (support for multiple rules of the same type)
Diffstat (limited to 'lualib/lua_scanners/oletools.lua')
-rw-r--r-- | lualib/lua_scanners/oletools.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lualib/lua_scanners/oletools.lua b/lualib/lua_scanners/oletools.lua index 16e0fdc8d..db2d57904 100644 --- a/lualib/lua_scanners/oletools.lua +++ b/lualib/lua_scanners/oletools.lua @@ -236,7 +236,7 @@ local function oletools_config(opts) oletools_conf = lua_util.override_defaults(oletools_conf, opts) if not oletools_conf.prefix then - oletools_conf.prefix = 'rs_av_' .. oletools_conf.name .. '_' + oletools_conf.prefix = 'rs_' .. oletools_conf.name .. '_' end if not oletools_conf.log_prefix then |