]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Add new Message-ID regexp for Seamonkey 2642/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Thu, 22 Nov 2018 07:49:09 +0000 (10:49 +0300)
committerAlexander Moisseev <moiseev@mezonplus.ru>
Thu, 22 Nov 2018 07:49:09 +0000 (10:49 +0300)
Resolves #2634

rules/regexp/headers.lua

index bd286b764a83b326d083f88c0f3a836cba815554..a8c6d5a85799a66053888c380dfbe7cb4f89bacb 100644 (file)
@@ -490,7 +490,7 @@ reconf['FORGED_MUA_SEAMONKEY_MSGID'] = {
   group = 'mua'
 }
 reconf['FORGED_MUA_SEAMONKEY_MSGID_UNKNOWN'] = {
-  re = string.format('(%s) & !(%s) & !(%s) & !(%s)', user_agent_seamonkey, mozilla_msgid_common, mozilla_msgid, unusable_msgid),
+  re = string.format('(%s) & !((%s) | (%s)) & !(%s) & !(%s)', user_agent_seamonkey, mozilla_msgid_common, mozilla_msgid_common_sec, mozilla_msgid, unusable_msgid),
   score = 2.5,
   description = 'Forged mail pretending to be from Mozilla Seamonkey but has forged Message-ID',
   group = 'mua'