You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2010/02/24 15:03:52 UTC

[Bug 6346] New: fp on office12/14 and MISSING_MIMEOLE

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6346

           Summary: fp on office12/14 and MISSING_MIMEOLE
           Product: Spamassassin
           Version: 3.3.0
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Rules
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: scheidell@secnap.net


SA 330 getting really good at no fp's, so the fp's now stand out.
Several, from several clients, from several sources.. looks like office 12 sets
the ms priority, but doesn't have a mimeole header

20_head_tests.cf:
meta     MISSING_MIMEOLE    (__HAS_MSMAIL_PRI && !__HAS_MIMEOLE &&
!__HAS_SQUIRRELMAIL_IN_MAILER)
describe MISSING_MIMEOLE    Message has X-MSMail-Priority, but no X-MimeOLE



seems that the web (owa) version of office 12 and 14 doesn't add the mimeole
headers.
Sample headers: (and for the curious, the x-cr-* headers are added by office
SOMETIMES).



date:Sat, 20 Feb 2010 05:58:31 -0500
message-id:<10...@net>
mime-version:1.0
content-type:multipart/mixed;
boundary="----=_NextPart_000_1050_01CAB1F1.BB5205F0"
x-priority:1 (Highest)
x-msmail-priority:High
x-mailer:Microsoft Office Outlook 12.0
thread-index:Acqx2UzbwikMPr0wRIikJZKskpVQsgAAHVomABA9R2A=
importance:High
content-language:en-us
x-cr-puzzleid:{048A982B-14C9-4862-8A73-EB544BA8A425}
x-cr-hashedpuzzle:CRTs CwUn DzrL Fhsu Kmu0 PDpI POrP QMZR RI85 SnoU U3lB bfHY
dfQo hEKs kq4S
mddl;4;agB0AGgAbwBtAHAAcwBvAG4AQABlAGEAcwB5AGMAYQByAGUALgBjAG8AbQA7AGsAZQBuAHQAQABsAG8AbwBwAGYAeAAuAGMAbwBtADsAcwBvAHMAYwBhAG0AcABhAGkAZwBuAHMAQABlAGEAcwB5AGMAYQByAGUALgBjAG8AbQA7AHMAcABlAG4AYwBlAHIAQABsAG8AbwBwAGYAeAAuAGMAbwBtAA==;Sosha1_v1;7;{048A982B-14C9-4862-8A73-EB544BA8A425};bQBrAHIAbwBtAGEAbgAxAEAAYwBvAG0AYwBhAHMAdAAuAG4AZQB0AA==;Sat,
20 Feb 2010 10:58:22
GMT;QwBPAEMASABSAEEATgAgAEUAQgBMAEEAUwBUACAALQAgAHAAbABzACAAcgBlAHMAcABvAG4AZAAgAGEAcwBhAHAAIQA=

references:<F5...@ampexch04.allmedicalpersonnel.com>
in-reply-to:<F5...@ampexch04.allmedicalpersonnel.com>
subject:RE: Update
date:Mon, 22 Feb 2010 12:49:08 -0500
mime-version:1.0
content-type:multipart/related;
boundary="----=_NextPart_000_08C2_01CAB3BD.6D0D27D0"
x-priority:1 (Highest)
x-msmail-priority:High
x-mailer:Microsoft Outlook 14.0
thread-index:AQGFUJboei5rLMeZLT/nQiS1PCG+KAI5HwLP
importance:High
content-language:en-us
x-originalarrivaltime:22 Feb 2010 17:49:05.0059 (UTC)
FILETIME=[53583F30:01CAB3E7]

suggested fix:
meta     MISSING_MIMEOLE    (__HAS_MSMAIL_PRI && !__HAS_MIMEOLE && !
(__HAS_SQUIRRELMAIL_IN_MAILER || __HAS_OFFICE1214_IN_MAILER)

 __HAS_OFFICE1214_IN_MAILER X-Mailer =~ /^Microsoft (Office Outlook
12.0|Outlook 14.0)\b/

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6346] fp on office12/14 and MISSING_MIMEOLE

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6346

paolo.miotto@uniud.it changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |paolo.miotto@uniud.it

--- Comment #3 from paolo.miotto@uniud.it ---
I hope it is fine to reopen this bug as Outlook 15 (aka outlook 2013) has the
same problem:

Date: Tue, 22 Oct 2013 11:16:29 +0200
Message-ID:
<!&...@uniud.it>
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="----=_NextPart_000_00E3_01CECF18.2813E400"
X-Priority: 1 (Highest)
X-MSMail-Priority: High
X-Mailer: Microsoft Outlook 15.0
Importance: High
Thread-Index: Ac7JcXUpkVGyvDpPTN6xDorOtEB49QFlPMaQAAA5EgA=
Content-Language: it

suggested fix

20_head_tests.cf:
header   __HAS_OFFICE121415_IN_MAILER    X-Mailer =~ /^Microsoft (?:Office
)?Outlook 1[245]\.0/
meta     MISSING_MIMEOLE    (__HAS_MSMAIL_PRI && !__HAS_MIMEOLE &&
!__HAS_SQUIRRELMAIL_IN_MAILER && !__HAS_OFFICE121415_IN_MAILER)

Maybe it can became __HAS_OFFICE_IN_MAILER.

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

[Bug 6346] fp on office12/14 and MISSING_MIMEOLE

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6346

Henrik Krohns <he...@hege.li> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Henrik Krohns <he...@hege.li> 2011-05-11 04:40:50 UTC ---
Mass check shows FPs reduced, spam hits not affected. If you find more Mailer
samples, feel free to reopen.

Trunk:
Sending        rules/20_head_tests.cf
Sending        rulesrc/sandbox/hege/20_bug6346.cf
Transmitting file data ..
Committed revision 1101745.

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Bug 6346] fp on office12/14 and MISSING_MIMEOLE

Posted by bu...@bugzilla.spamassassin.org.
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6346

Henrik Krohns <he...@hege.li> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hege@hege.li

--- Comment #1 from Henrik Krohns <he...@hege.li> 2011-05-01 23:18:27 UTC ---
Shot in the dark.. added test rule for mass checks.

Adding         20_bug6346.cf
Transmitting file data .
Committed revision 1098440.

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.