Closed
Bug 1667309
Opened 5 years ago
Closed 4 years ago
Phabricator emails: Incorrect from address
Categories
(Conduit :: Phabricator, defect, P2)
Conduit
Phabricator
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: glob, Assigned: mhentges)
References
Details
(Keywords: conduit-triaged)
Attachments
(2 files)
The new emails use a different From address in two ways:
- the email address was changed from
mozphab-prod@mozilla.comtophabricator@mozilla.com; this will needlessly break existing mail filters - the real name of the sender is missing; current emails use the phabricator user's name
Old emails:
From: "zeid (Zeid Zabaneh)" <mozphab-prod@mozilla.com>
New emails:
From: phabricator@mozilla.com
| Assignee | ||
Updated•5 years ago
|
Keywords: conduit-triaged
Priority: -- → P2
| Assignee | ||
Comment 1•4 years ago
|
||
We want the "From" header to be in the format:
user (User Name) <mozphab-prod>
So, the standalone service needs access to the actor's real name.
Updated•4 years ago
|
Assignee: nobody → mhentges
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•4 years ago
|
||
| Assignee | ||
Updated•4 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•