[ http://issues.apache.org/jira/browse/JAMES-648?page=comments#action_12439545 ] Guillermo Grandes commented on JAMES-648: -----------------------------------------
Seems that the problem is the missing "Content-Transfer-Encoding" If the message is modified by JavaMail (setMimeHeader / removeMimeHeader) JavaMail add a default: "Content-Transfer-Encoding: quoted-printable" I found a possible workarround (it has worked to me)... After ToRepository, I added: <mailet nomatch="HasHeader=Content-Transfer-Encoding" class="SetMimeHeader"> <name>Content-Transfer-Encoding</name> <value>8bit</value> </mailet> But it would be necessary to study if it can have other problem that I have not seen. > Corrupted MIME message with 8bit in body > ---------------------------------------- > > Key: JAMES-648 > URL: http://issues.apache.org/jira/browse/JAMES-648 > Project: James > Issue Type: Bug > Affects Versions: Trunk > Environment: James 3.0 > Reporter: Guillermo Grandes > Assigned To: Norman Maurer > Attachments: > 4D61696C313135393436303732323938332D323834.Repository.FileStreamStore, > james-proccesors.xml, traces.txt > > > My config: Client (Mail-Orig) -> James (relay) -> Exchange -> Outlook (Reader) > This is the mail received from an HP-Openview ServiceDesk (Mail-Orig) to > James and relayed to Exchange: > ----------- cut ----------- cut ----------- cut ----------- cut ----------- > begin > ------_=_NextPart_000_01C0B2DF.DE9D0F20 > Creada por: Explotación > Archivo Adjunto?: No > ------_=_NextPart_000_01C0B2DF.DE9D0F20-- > ----------- cut ----------- cut ----------- cut ----------- cut ----------- > end > (they would not have to appear the NextPart headers) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]