1
0
miroir de https://github.com/rspamd/rspamd.git synchronisé 2024-08-06 09:04:03 +02:00

[Minor] Add lz4 support

Cette révision appartient à :
Vsevolod Stakhov 2019-09-11 14:00:43 +01:00
Parent 952850a474
révision 941bde4266

Voir le fichier

@ -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,
},