Ticket #286 (reopened defect)

Opened 3 months ago

Last modified 2 weeks ago

raw mail ends up in forum/ mail parsing problem

Reported by: xfade Assigned to: hirvinen
Priority: major Milestone: 8.09.3 Ragnaroek
Component: MidCOM component Version: 1.8 Thor
Keywords: org.openpsa.mail mime parsing Cc:

Description

It seems that org.openpsa.mail has a problem parsing some mails. The complete raw message ends up in the forum body.

It happens to mails from different mail clients, but gmail seems to trigger it a lot.

Example urls: http://maemo.org/community/maemo-developers/extras-build_diablo_failed_to_compile_xournal/ http://maemo.org/community/maemo-developers/stock_icons/

Change History

09/30/08 14:29:47 changed by bergie

  • milestone changed from MidCOM 2.8 to 1.8 Thor.

09/30/08 15:42:21 changed by bergie

  • owner changed from tarjei to rambo.

10/07/08 16:13:16 changed by bergie

  • version changed from 8.09 Ragnaroek to 1.8 Thor.
  • milestone changed from 1.8 Thor to 8.09 Ragnaroek.

Reassigning to Ragnaroek as that is now the stable branch.

10/13/08 10:30:07 changed by bergie

  • milestone changed from 8.09 Ragnaroek to 8.09.2 Ragnaroek.

11/02/08 13:22:01 changed by bergie

  • milestone changed from 8.09.2 Ragnaroek to 8.09.3 Ragnaroek.

11/13/08 19:54:22 changed by bergie

  • owner changed from rambo to hirvinen.

11/18/08 16:44:52 changed by bergie

This should fix the issue: r18852

11/18/08 16:49:29 changed by hirvinen

  • status changed from new to assigned.

11/19/08 11:58:39 changed by rambo

  • status changed from assigned to closed.
  • resolution set to fixed.

see r18852 and r18860

(follow-up: ↓ 13 ) 11/20/08 16:00:15 changed by xfade

  • status changed from closed to reopened.
  • resolution deleted.

Still has problems at:

http://maemo.org/community/maemo-developers/embedded_linux_and_the_community/

This is the problematic part:

Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-+zVl0gUEXdaGRGwbLgYr"

Maybe there are even more multipart/* options available?

11/20/08 18:50:36 changed by hirvinen

(In [18896]) Added tool to fix broken multipart mime posts in-place. refs #286

(in reply to: ↑ 11 ) 11/20/08 19:17:43 changed by hirvinen

Replying to xfade:

Still has problems at: {{{ http://maemo.org/community/maemo-developers/embedded_linux_and_the_community/ }}} This is the problematic part: {{{ Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-+zVl0gUEXdaGRGwbLgYr" }}} Maybe there are even more multipart/* options available?

Couldn't reproduce with versions > r18852