You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Norman Maurer (JIRA)" <se...@james.apache.org> on 2006/07/09 13:54:30 UTC

[jira] Commented: (JAMES-559) Message body get lost after call saveChanges() and move to other processor

    [ http://issues.apache.org/jira/browse/JAMES-559?page=comments#action_12419902 ] 

Norman Maurer commented on JAMES-559:
-------------------------------------

Noel wrote in mailinglist:

OK, here is a scenario to reproduce.  In the root processor, add:

  LogMessage
  ToRepository (pre-header)
  SetMimeHeader
  LogMessage
  ToRepository (post-header)
  ToProcessor (test)

Needless to say, all of the ToRepository mailets should have passThrough
set.  And in the "test" processor, add:

  LogMessage
  ToRepository (post-processor)

You could also instrument AvalonMailRepository.store to add
mc.getMessage().writeTo(System.out) for debugging.  You will see that the
message is fine until we write to the spool, at which point it is corrupt.

> Message body get lost after call saveChanges() and move to other processor
> --------------------------------------------------------------------------
>
>          Key: JAMES-559
>          URL: http://issues.apache.org/jira/browse/JAMES-559
>      Project: James
>         Type: Bug

>     Versions: 3.0, 2.3.0b2
>     Reporter: Norman Maurer
>     Priority: Blocker
>      Fix For: 3.0, 2.3.0b2

>
> After call saveChanges() in a mailet and move the mail to a other processor with ToProcessor the whole messageBody getting lost.

-- 
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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org