diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-02-14 17:39:00 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-02-14 17:39:00 +0000 |
commit | 3535e32ecdfc118c4d03979a182f81e7e33beb7f (patch) | |
tree | a84dfd00c9026ffdc6e17c77aa0ad2e95c7edcba /lualib/lua_maps.lua | |
parent | 6af47225c0090029eae637a04322dfaf5cdda468 (diff) | |
download | rspamd-3535e32ecdfc118c4d03979a182f81e7e33beb7f.tar.gz rspamd-3535e32ecdfc118c4d03979a182f81e7e33beb7f.zip |
[Minor] Fix compatibility with cdb://
Diffstat (limited to 'lualib/lua_maps.lua')
-rw-r--r-- | lualib/lua_maps.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lualib/lua_maps.lua b/lualib/lua_maps.lua index 52e97fece..c7c331fc7 100644 --- a/lualib/lua_maps.lua +++ b/lualib/lua_maps.lua @@ -69,6 +69,7 @@ local function maybe_adjust_type(data,mtype) {'hash;', 'hash'}, {'plain;', 'hash'}, {'cdb;', 'cdb'}, + {'cdb:/', 'cdb'}, } for _,t in ipairs(known_types) do |