From: Vsevolod Stakhov Date: Tue, 24 Sep 2019 08:00:10 +0000 (+0100) Subject: [Minor] Oops, fix dwg support X-Git-Tag: 2.0~151 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9d178a5c16b4db95e83cfe01510664ca59cbe720;p=rspamd.git [Minor] Oops, fix dwg support --- diff --git a/lualib/lua_magic/patterns.lua b/lualib/lua_magic/patterns.lua index 0b5e556d1..31267de31 100644 --- a/lualib/lua_magic/patterns.lua +++ b/lualib/lua_magic/patterns.lua @@ -373,9 +373,11 @@ local patterns = { }, dwg = { matches = { - string = 'AC10[12][2-9]', - position = 6, - weight = 60, + { + string = 'AC10[12][2-9]', + position = 6, + weight = 60, + } } }, }