ottoka opened a new pull request, #1090: URL: https://github.com/apache/james-project/pull/1090
When developing the pooling solution, I missed this line affected by the change. The solution relies on property defaults now, but containsKey() does not fall back to defaults. Hence need to use getProperty() here, which does. Without this, Java Mail will not see the enveloper sender we set, but tries to extract it from the From: header. And I have seen people put rather strange things into From: headers... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
