At 02:01 PM 10/26/2004, Ajay Sharma wrote:
> Did the message have an X-Mailer or User-agent header?
> Here's the rule:
> 20_head_tests.cf:meta MSGID_DOLLARS (__OUTLOOK_DOLLARS_MSGID && !__HAS_OUTLOOK_IN_MAILER && !__UNUSABLE_MSGID)
> And the subtests:
> 20_head_tests.cf:header __HAS_OUTLOOK_IN_MAILER X-Mailer =~ /Microsoft (CDO|Outlook|Office Outlook)\b/
> 20_ratware.cf:header __OUTLOOK_DOLLARS_MSGID MESSAGEID =~ /^<[EMAIL PROTECTED]>$/m
> 20_ratware.cf:header __UNUSABLE_MSGID
> eval:check_messageid_not_usable()
>
> Looks like MSGID_DOLLARS is really "Message ID has Dollar signs typical of outlook mailers, but no such X-Mailer header exists"


It didn't have a User-agent header.  Here's the X-Mailer header:

X-Mailer: MSCRM Version 1.0


Looks like a bug, SA isn't aware of microsoft's CRM tools.

I'd create a bugzilla bug and Cc me when you do it. After it's created, attach a sample message (you can munge the body and/or headers other than the msgid and X-Mailer).

You could try this in your local.cf in the interim:

header __HAS_OUTLOOK_IN_MAILER X-Mailer =~ /(Microsoft|MS) ?(CRM|CDO|Outlook|Office Outlook)\b/



Reply via email to