Patch #3123
openCheck additional mail headers when creating issues via email
0%
Description
We have a setup with Redmine where users often send mail using different from addresses in the email. We use Google Apps for email, but this would apply to other mail systems where users can set up multiple from addresses in their email.
If users send email with a different from address than their registered one then Redmine ignores the incoming email.
To fix this issue I created the attached modification which checks the mail headers "Return-Path", "Sender" and finally "From" (as before) for a match to a user account.
The "Return-Path" header relies on getting mail server to set this to the envelope sender address. I use the preline program with qmail to get this set.
This works because Google Apps email (and GMail) always set the Sender and envelope sender addresses to the users main or canonical email address even if they choose a different "From" address.
Files
Updated by Duncan Harris over 15 years ago
- Assignee set to Jean-Philippe Lang
Thought maybe I should assign this as didn't hear anything. Hope this is the right thing to do.
Updated by Duncan Harris over 15 years ago
By the way the patch was based on revision r2659
Updated by Jean-Philippe Lang almost 15 years ago
- Category changed from Email notifications to Email receiving
Updated by Go MAEDA almost 8 years ago
- Status changed from New to Needs feedback
Redmine now supports multiple email addresses for each user (#4244).
I think we can use the feature to resolve the problem described in this issue, so we don't have to implement this.