On Thu, 25 May 2017 21:50:08 +0100
RW wrote:

> 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.

Actually it does look like there is another problem. This is another
Thunderbird header from this list with the same format:

 Message-ID: <[email protected]>

It was let-off FORGED_MUA_MOZILLA because __LYRIS_EZLM_REMAILER  is
part of __UNUSABLE_MSGID, but the list isn't rewriting message-ids
(AFAIK).

 
> > 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  

Reply via email to