ottoka opened a new pull request, #1278: URL: https://github.com/apache/james-project/pull/1278
When the VacationMailet sends a vacation message, it uses the original recipient as envelope sender. However, RFC 5230 states "5.1. SMTP MAIL FROM Address The SMTP MAIL FROM address of the message envelope SHOULD be set to <>." While we are technically OK because of the SHOULD, I do not see any real requirement to deviate from the recommendation. In fact, using the null sender can help prevent mail loops. So I propose we change the VacationMailet accordingly. -- 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]
