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 2005/04/29 11:55:44 UTC

[Bug 4289] New: Incorrect application/ms-tnef parsing with \r\n

http://bugzilla.spamassassin.org/show_bug.cgi?id=4289

           Summary: Incorrect application/ms-tnef parsing with \r\n
           Product: Spamassassin
           Version: 3.0.3
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: critical
          Priority: P5
         Component: spamassassin
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: SiberianGhost@hotmail.com


After parse with spamassassin message in 8bit encofing containt ms-tnef 
attachment (winmail.dat)
All \r\n in binary body replaced to \n
and can't be readed with outlook



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

[Bug 4289] Incorrect application/ms-tnef parsing with \r\n

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4289





------- Additional Comments From SiberianGhost@hotmail.com  2005-05-19 06:13 -------
I localized this "bug"
It's ActivePerl specific behavior on win32 platforms

to FIX this trouble - you mest correct spamassassin script
insert in first line this code
#----------
if ($^O =~ /^(windows|dos|os2|mswin)/i) {
  binmode(STDIN);
  binmode(STDOUT);
}
#----------




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

[Bug 4289] Incorrect application/ms-tnef parsing with \r\n

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4289





------- Additional Comments From SiberianGhost@hotmail.com  2005-05-05 00:23 -------
Created an attachment (id=2844)
 --> (http://bugzilla.spamassassin.org/attachment.cgi?id=2844&action=view)
File After parsing

Message after spamassassin



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

[Bug 4289] Incorrect application/ms-tnef parsing with \r\n

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4289


spamassassin-contrib@msquadrat.de changed:

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




------- Additional Comments From spamassassin-contrib@msquadrat.de  2005-06-09 04:47 -------
Now discussed in bug 4363. 

*** This bug has been marked as a duplicate of 4363 ***



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

[Bug 4289] Incorrect application/ms-tnef parsing with \r\n

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4289





------- Additional Comments From shiva@sewingwitch.com  2005-05-18 09:15 -------
*** Bug 4340 has been marked as a duplicate of this bug. ***



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

[Bug 4289] Incorrect application/ms-tnef parsing with \r\n

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4289





------- Additional Comments From SiberianGhost@hotmail.com  2005-05-12 23:54 -------
How long time need for assigned staus of bug?



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

[Bug 4289] Incorrect application/ms-tnef parsing with \r\n

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4289





------- Additional Comments From SiberianGhost@hotmail.com  2005-05-18 19:08 -------
So sorry
\r on offset 1821 in input file replaced to
\r\n on offset 1897 in output file replaced.
after parse with spamassassin



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

[Bug 4289] Incorrect application/ms-tnef parsing with \r\n

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4289


Bob@Menschel.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |triage




------- Additional Comments From Bob@Menschel.net  2005-05-03 23:22 -------
Nikolay, would it be possible for you to take a valid email that will
demonstrate this problem, feed it through spamassassin via 
> spamassassin <sample.in >sample.out
and attach both the "input" and "output" emails to this bug report, so we can
see what's happening and figure out why?  Thanks. 



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

[Bug 4289] Incorrect application/ms-tnef parsing with \r\n

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4289





------- Additional Comments From SiberianGhost@hotmail.com  2005-05-05 00:22 -------
Created an attachment (id=2843)
 --> (http://bugzilla.spamassassin.org/attachment.cgi?id=2843&action=view)
File Before parsing

Message content before spamassassin



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

[Bug 4289] Incorrect application/ms-tnef parsing with \r\n

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4289





------- Additional Comments From SiberianGhost@hotmail.com  2005-05-04 00:30 -------
Subject: Re:  Incorrect application/ms-tnef parsing with \r\n

Ok.

----- Original Message ----- 
From: <bu...@bugzilla.spamassassin.org>
To: <Si...@hotmail.com>
Sent: Wednesday, May 04, 2005 1:22 PM
Subject: [Bug 4289] Incorrect application/ms-tnef parsing with \r\n


> http://bugzilla.spamassassin.org/show_bug.cgi?id=4289
>
>
> Bob@Menschel.net changed:
>
>            What    |Removed                     |Added
> --------------------------------------------------------------------------
--
>            Keywords|                            |triage
>
>
>
>
> ------- Additional Comments From Bob@Menschel.net  2005-05-03
23:22 -------
> Nikolay, would it be possible for you to take a valid email that will
> demonstrate this problem, feed it through spamassassin via
> > spamassassin <sample.in >sample.out
> and attach both the "input" and "output" emails to this bug report, so we
can
> see what's happening and figure out why?  Thanks.
>
>
>
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>




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