Issue Details (XML | Word | Printable)

Key: JRA-5000
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Sam Chang [Atlassian]
Reporter: Anton Mazkovoi [Atlassian]
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA

If a from address for mail server is a "full" e-mail format (username <address>) notifications will fail

Created: 20/Oct/04 10:32 PM   Updated: 30/Jul/06 07:35 PM
Component/s: Backend / Domain Model
Affects Version/s: 3.0.1
Fix Version/s: 3.1

Time Tracking:
Not Specified

Issue Links:
Duplicate
 

Participants: Anton Mazkovoi [Atlassian] and Sam Chang [Atlassian]
Since last comment: 3 years, 50 weeks, 3 days ago
Resolution Date: 02/Feb/05 07:27 PM
Labels:


 Description  « Hide
The problem is that JIRA 3.0 tries to add the name of a user that did the change to cause the notification to the "from" address. JIRA does this by simply surrounding the the from address with "<" and ">" and prepending the username. If the from address already has the username then the result is "username" <xxxx <address>> which is not valid.

Need to check the format of the from address and if it has a username part do not blindly surround it with "<" and ">" but maybe just prepend "username -", so the result wound be "username - xxxx" <address>.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.