]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Add lz4 support
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 11 Sep 2019 13:00:43 +0000 (14:00 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 11 Sep 2019 13:00:43 +0000 (14:00 +0100)
lualib/lua_magic/patterns.lua

index f0759de5d4d46bc3abbc862be3b3abee5cea7214..1b0f895773db8d37470747c1c19c93b7e724f13a 100644 (file)
@@ -190,17 +190,17 @@ local patterns = {
   lz4 = {
     matches = {
       {
-        hex = "184d2204",
+        hex = "04224d18",
         relative_position = 0,
         weight = 60,
       },
       {
-        hex = "184c2103",
+        hex = "03214c18",
         relative_position = 0,
         weight = 60,
       },
       {
-        hex = "184c2102",
+        hex = "02214c18",
         relative_position = 0,
         weight = 60,
       },