Actions
Patch #31899
closedImprove MailHandler logging for unauthorized attempts
Description
I usually struggle to understand the root cause when one e-mail fails tu be processed.
What I do in those situations is to read production.log and search for "MailHandler:" entries.
It is not unusual to find only one entry, saying:
MailHandler: Message <id> cannot be processed
So I started this improvement, which already allowed to find out that, in a given case, the issue could not be created because the user didn't have permission to create it under that given project. In fact, the user had sent an e-mail to the wrong recipient (missed the sub-address).
Files
Updated by Go MAEDA over 5 years ago
- Target version set to 4.1.0
LGTM. Setting the target version to 4.1.0.
Updated by Go MAEDA about 5 years ago
- File 31899-v2.patch 31899-v2.patch added
Slightly updated the patch.
Updated by Go MAEDA about 5 years ago
- Subject changed from Improve MailHandler logging to Improve MailHandler logging for unauthorized attempts
Updated by Go MAEDA about 5 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch. Thank you for improving Redmine.
Actions