]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Fix compatibility with cdb://
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 14 Feb 2020 17:39:00 +0000 (17:39 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 14 Feb 2020 17:39:00 +0000 (17:39 +0000)
lualib/lua_maps.lua

index 52e97fece98f05af3b163bf48a5d2dd6f730adb6..c7c331fc72a4719c84259c3818fe6f74d6e2b8e2 100644 (file)
@@ -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