On Thu, 25 May 2017 16:29:06 -0400
Alex wrote:
> I have an email that hit __MOZILLA_MUA, but failed FORGED_MUA_MOZILLA
> because it didn't match __MOZILLA_MSGID.
The rule is
meta FORGED_MUA_MOZILLA (__MOZILLA_MUA && !__UNUSABLE_MSGID &&
!__MOZILLA_MSGID)
so the rule requires __MOZILLA_MSGID *not* to match. So presumably it did
match __UNUSABLE_MSGID.
> header __MOZILLA_MSGID MESSAGEID =~
> /^<[A-F\d]{8}\.[A-F1-9][A-F\d]{0,7}\@\S+>$/m
>
> The email is most definitely not spam. This is the Message-ID that
> didn't match: Message-ID:
> <[email protected]>
>
> Is it possible this is an FP?
>
> Thanks,
> Alex