diff options
Diffstat (limited to 'conf/lua')
-rw-r--r-- | conf/lua/regexp/headers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/lua/regexp/headers.lua b/conf/lua/regexp/headers.lua index 1ea079159..d3828d4fa 100644 --- a/conf/lua/regexp/headers.lua +++ b/conf/lua/regexp/headers.lua @@ -339,7 +339,7 @@ reconf['REPTO_QUOTE_YAHOO'] = string.format('(%s) & ((%s) | (%s))', repto_quote, local xm_gnus = 'X-Mailer=/^Gnus v/H' local xm_msoe5 = 'X-Mailer=/^Microsoft Outlook Express 5/H' local xm_msoe6 = 'X-Mailer=/^Microsoft Outlook Express 6/H' -local xm_mso12 = 'X-Mailer=/^Microsoft Office Outlook 12\\.0/H' +local xm_mso12 = 'X-Mailer=/^Microsoft(?: Office Outlook 12\\.0| Outlook 14\\.0)/H' local xm_cgpmapi = 'X-Mailer=/^CommuniGate Pro MAPI Connector/H' local xm_moz4 = 'X-Mailer=/^Mozilla 4/H' local xm_skyri = 'X-Mailer=/^SKYRiXgreen/H' |