Issue Details (XML | Word | Printable)

Key: JAMES-638
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Norman Maurer
Reporter: Guillermo Grandes
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JAMES Server

Wrong default encoding in text message (Autoconverted: from 8bit to quoted-printable)

Created: 27/Sep/06 08:20 AM   Updated: 21/Nov/07 08:31 AM
Return to search
Component/s: None
Affects Version/s: 2.3.0, 3.0
Fix Version/s: 2.3.0

Time Tracking:
Not Specified

Environment: James 3.0, Linux

Resolution Date: 28/Sep/06 05:57 PM


 Description  « Hide
Sending mail throught James to a second server (james as relay) make a wrong conversion of charset, I suppose that 8bit to quoted printable, the route of this mail is: sendmail(orig) -> james(relay) -> exchange(final)

Input DATA (to James from sendmail):

Date: Wed, 27 Sep 2006 01:05:07 +0200
From: user@domain
Message-Id: <200609262305.k8QN57L02881@domain>
Subject: Jelou dolly

2006-09-27 00:58:34 -> 2006-09-27 01:05:07
mymoney=238
yourmoney=162
diff=31%(76)

Received DATA (received in Exchange from James)

Microsoft Mail Internet Headers Version 2.0
Content-Transfer-Encoding: quoted-printable
X-MIME-Autoconverted: from 8bit to quoted-printable by Apache JAMES
Message-ID: <1979395.1691159311825941.JavaMail.root@domain>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Wed, 27 Sep 2006 01:05:07 +0200
From: user@domain
Subject: Jelou dolly
Return-Path: user@domain
X-OriginalArrivalTime: 26 Sep 2006 23:05:09.0546 (UTC) FILETIME=[36C490A0:01C6E1C0]

2006-09-27 00:58:34 -> 2006-09-27 01:05:07
mymoney#8
yourmoney2
diff%(76)

If James is bypassed (usign IIS-SMTP-Relay instead of James), the body is OK, like this:

Microsoft Mail Internet Headers Version 2.0
content-class: urn:content-classes:message
Date: Tue, 26 Sep 2006 01:02:04 +0200
From: <user@domain>
Message-ID: <200609252302.k8PN24A14699@domain>
Subject: Jelou dolly
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807
Return-Path: <user@domain>
X-OriginalArrivalTime: 25 Sep 2006 23:05:07.0593 (UTC) FILETIME=[0B30CF90:01C6E0F7]

2006-09-26 00:48:13 -> 2006-09-26 01:02:04
mymoney=120
yourmoney=80
diff=33%(40)


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #450754 Thu Sep 28 08:23:40 UTC 2006 norman Temporary remove the 7bitconversion cause we disabled 8bit support so there is no need for this. See JAMES-638
Files Changed
MODIFY /james/server/trunk/src/java/org/apache/james/transport/mailets/RemoteDelivery.java

Repository Revision Date User Message
ASF #450773 Thu Sep 28 09:44:42 UTC 2006 norman Merge attempt to fix JAMES-638
Files Changed
MODIFY /james/server/branches/v2.3/src/java/org/apache/james/transport/mailets/RemoteDelivery.java