From f1dfdd67c7f5e90340fedb98ceeb0304521c602e Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov <vsevolod@highsecure.ru> Date: Thu, 16 Apr 2015 13:48:25 +0100 Subject: Fix matching braces. Spotted by: Viktor Khomyuk --- conf/lua/regexp/headers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/lua/regexp/headers.lua b/conf/lua/regexp/headers.lua index 035583d26..f4955d902 100644 --- a/conf/lua/regexp/headers.lua +++ b/conf/lua/regexp/headers.lua @@ -178,7 +178,7 @@ local outlook_dollars_other = 'Message-Id=/^<?\\!\\~\\!>?/H' local vista_msgid = 'Message-Id=/^<?[A-F\\d]{32}\\@\\S+>?$/H' local ims_msgid = 'Message-Id=/^<?[A-F\\d]{36,40}\\@\\S+>?$/H' -- Forged outlook headers -local forged_outlook_dollars = string.format('(%s & !%s & !%s & !%s & !%s & !%s', +local forged_outlook_dollars = string.format('(%s & !%s & !%s & !%s & !%s & !%s)', outlook_dollars_mua, oe_msgid_2, outlook_dollars_other, vista_msgid, ims_msgid, unusable_msgid) -- Outlook versions that should be excluded from summary rule local fmo_excl_o3416 = 'X-Mailer=/^Microsoft Outlook, Build 10.0.3416$/H' -- cgit v1.2.3