Adding Recipient-Specific headers

2019-10-06 Thread Jerry Malcolm
I noticed in 3.3 that the SpamAssassin mailet changed to support different spamassassin results per recipient in a multi-recipient email.  I understand MailImpl's PerRecipientHeaders.  And I found MailDispatcher's addSpecificHeadersForRecipient(...) that adds the actual headers.  But it appears

Re: Adding Recipient-Specific headers

2019-10-06 Thread Tellier Benoit
Hi Jerry, This is a bug, based on your mail I opened a report there: https://issues.apache.org/jira/browse/JAMES-2913 I'll write a failing integration test regarding this during my lunch pause but I won't have the time for writing the fix... Best regards, Benoit Tellier On 07/10/2019 03:15, J

Re: Adding Recipient-Specific headers

2019-10-07 Thread Jerry Malcolm
Tellier, I'm sorry for your sake that this is a bug since it's work for you to fix it.  However, I'm happy for my sake that it's a bug since it means I'm finally beginning to understand the flow and something didn't seem right. I have a temporary workaround to this.  So not a big rush.  But