|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-15253) javax.mail.internet.Add... [email protected] (JIRA)
- [JIRA] (JENKINS-15253) javax.mail.interne... [email protected] (JIRA)
- [JIRA] (JENKINS-15253) javax.mail.interne... [email protected] (JIRA)
- [JIRA] (JENKINS-15253) javax.mail.interne... [email protected] (JIRA)

Replacing < and the like with _ is done to create the User.id. The question is how MailAddressResolver takes the User and determines an email address. Normally extractAddressFromId would handle this. Try going to /script and evaluating
u = User.get('John Doe [email protected]_') println(u.fullName) println(hudson.tasks.MailAddressResolver.resolve(u))