Re: ToSenderFolder Mailet Failure (James 3)

2014-07-12 Thread Eric Charles
Thank you Jerry. We didn't design for the RRT case, indeed. Please open a JIRA and post there the explanations you wrote on the mailing list and submit a patch. We will take it from there. https://issues.apache.org/jira/browse/JAMES On 07/05/2014 04:57 PM, Jerry Malcolm wrote: Update I

Re: ToSenderFolder Mailet Failure (James 3)

2014-07-05 Thread Jerry Malcolm
Update I updated the ToSenderFolder mailet and got it to work properly with my account that uses RecipientRewrite. I cloned some lines from the LocalDelivery mailet that sets up the rrt variable via inject. In ToSenderFolder.doService(), I first call rrt.getMappings() using the

ToSenderFolder Mailet Failure (James 3)

2014-07-04 Thread Jerry Malcolm
I tried activating the ToSenderFolder mailet and could not get it to work. I added some debug code and looked through the source, and I see where the problem is. The mailet assumes that the username (user login name / repository name) is the sender's email address. (see code snippit at the