[jira] [Created] (JAMES-2938) Fluently define Guice InitializationOperation

2019-10-28 Thread Benoit Tellier (Jira)
Benoit Tellier created JAMES-2938: - Summary: Fluently define Guice InitializationOperation Key: JAMES-2938 URL: https://issues.apache.org/jira/browse/JAMES-2938 Project: James Server Issue Ty

[jira] [Commented] (JAMES-2933) Update Build from source documentation page

2019-10-28 Thread Benoit Tellier (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16961688#comment-16961688 ] Benoit Tellier commented on JAMES-2933: --- https://github.com/linagora/james-project/

Re: RRT on Sender

2019-10-28 Thread Tellier Benoit
Ok so what you need is a "RewriteSender" mailet. It will resolve sender using RRT (as for recipient) Except that rewriting to several addresses should fail (mailet container exception handling allows the user to specify the behavior when this happen). While making this mailet available in James

[jira] [Commented] (JAMES-2937) RabbitMQMailQueue does not recover from network outage

2019-10-28 Thread Jira
[ https://issues.apache.org/jira/browse/JAMES-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16961629#comment-16961629 ] René Cordier commented on JAMES-2937: - PR : https://github.com/linagora/james-project

[jira] [Created] (JAMES-2937) RabbitMQMailQueue does not recover from network outage

2019-10-28 Thread Jira
René Cordier created JAMES-2937: --- Summary: RabbitMQMailQueue does not recover from network outage Key: JAMES-2937 URL: https://issues.apache.org/jira/browse/JAMES-2937 Project: James Server Iss

Re: RRT on Sender

2019-10-28 Thread Jerry Malcolm
Benoit, Sorry, I wasn't clear enough on the statement.  I agree that the RRT itself cannot be bidirectional. My situation is as follows: A company wants all employees to see company mail and be able to reply.  So there is only one user account (i.e. mailbox) for the company: commoncompanym..

[jira] [Created] (JAMES-2936) Creating a mailbox using consecutive delimiter character leads to creation of list of unnamed mailbox

2019-10-28 Thread Jira
Rémi Kowalski created JAMES-2936: Summary: Creating a mailbox using consecutive delimiter character leads to creation of list of unnamed mailbox Key: JAMES-2936 URL: https://issues.apache.org/jira/browse/JAMES-293

[jira] [Comment Edited] (JAMES-2935) Filter is too restrictive when over-specific

2019-10-28 Thread Gautier DI FOLCO (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16961046#comment-16961046 ] Gautier DI FOLCO edited comment on JAMES-2935 at 10/28/19 1:42 PM:

[jira] [Commented] (JAMES-2935) Filter is too restrictive when over-specific

2019-10-28 Thread Gautier DI FOLCO (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16961046#comment-16961046 ] Gautier DI FOLCO commented on JAMES-2935: - Unable to reproduce, I added a test:

[jira] [Comment Edited] (JAMES-2935) Filter is too restrictive when over-specific

2019-10-28 Thread Gautier DI FOLCO (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16961046#comment-16961046 ] Gautier DI FOLCO edited comment on JAMES-2935 at 10/28/19 1:41 PM:

[jira] [Created] (JAMES-2935) Filter is too restrictive when over-specific

2019-10-28 Thread Gautier DI FOLCO (Jira)
Gautier DI FOLCO created JAMES-2935: --- Summary: Filter is too restrictive when over-specific Key: JAMES-2935 URL: https://issues.apache.org/jira/browse/JAMES-2935 Project: James Server Issue

Re: Setting Message Flags in Mailet? (Proposed Fix)

2019-10-28 Thread Tellier Benoit
Looks great! You are very welcome to propose a pull request regarding this. Benoit On 26/10/2019 10:19, Jerry Malcolm wrote: > I have located the code that is apparently causing this problem. It's an > easy fix, and it's now working for me.  But I would like to get > verification from some more-

Re: Optimistic Locking Errors When Trashing Mail

2019-10-28 Thread Tellier Benoit
Looks like a serious JPA bug, yes... Can you open a JIRA (https://issues.apache.org/jira/browse/JAMES) for it? "Unable to perform range deletes with JPA" could be a good name. What are the flags of the messages you delete? Do they have user flags? Regards, Benoit On 26/10/2019 10:48, Jerry Ma

Re: RRT on Sender

2019-10-28 Thread Tellier Benoit
Hi Jerry, Recipient rewrite is not a bijection, as one recipient might be rewritten into several addresses. This means that, in some corner cases, you might end up with "two" senders. So solving that problem is not easy, and corner cases will arise. To answer you, I'm not sure "sender mapping"

[jira] [Commented] (JAMES-2934) Fix mispelled 'paramater'

2019-10-28 Thread Gautier DI FOLCO (Jira)
[ https://issues.apache.org/jira/browse/JAMES-2934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16960904#comment-16960904 ] Gautier DI FOLCO commented on JAMES-2934: - Fix: [https://github.com/linagora/jame

[jira] [Created] (JAMES-2934) Fix mispelled 'paramater'

2019-10-28 Thread Gautier DI FOLCO (Jira)
Gautier DI FOLCO created JAMES-2934: --- Summary: Fix mispelled 'paramater' Key: JAMES-2934 URL: https://issues.apache.org/jira/browse/JAMES-2934 Project: James Server Issue Type: Improvement