https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8202

--- Comment #12 from Bill Cole <billc...@apache.org> ---
I discovered the cause of the non-matching of sub/meta rules that I was seeing:
I had local cruft from the last time I worked on this section of rules, and it
overrode the change in default rules. 


New change:

Index: 20_ratware.cf
===================================================================
--- 20_ratware.cf       (revision 1914363)
+++ 20_ratware.cf       (working copy)
@@ -63,8 +63,11 @@

 meta   __GROUPSIO_GATED                __GROUPSIO_MSGID && __HAS_XORIGMSGID

-meta __UNUSABLE_MSGID (__LYRIS_EZLM_REMAILER || __GATED_THROUGH_RCVD_REMOVER
|| __WACKY_SENDMAIL_VERSION || __IPLANET_MESSAGING_SERVER ||
__HOTMAIL_BAYDAV_MSGID || __SYMPATICO_MSGID && __GROUPSIO_GATED)
+#bz8202
+header __MCRSFT_MSGID  MESSAGEID =~
/^<[[:alnum:]]{30,45}@[^>]*\.(outlook|exchangelabs).com>$/im

+meta   __UNUSABLE_MSGID (__MCRSFT_MSGID || __LYRIS_EZLM_REMAILER ||
__GATED_THROUGH_RCVD_REMOVER || __WACKY_SENDMAIL_VERSION ||
__IPLANET_MESSAGING_SERVER || __HOTMAIL_BAYDAV_MSGID || __SYMPATICO_MSGID &&
__GROUPSIO_GATED)
+
 ## now on to the forgery rules

 # AOL


Running 'make test' now…

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to