Issue Type: Improvement Improvement
Assignee: Alex Earl
Components: email-ext
Created: 06/Jan/14 11:43 PM
Description:

I am dealing with a lot of users that are making commits against a few different repository (cvs, git, svn, etc…) Each repository was setup with a non-standard user id schema, not to mention that the e-mail server was setup with a different id schema as well. The current email-ext plug-in tries to send of emails to the offender based upon the user id it finds and appends the domain to the end. The issue is that user id is not the same as the e-mail.

Currently:
jdoe => [email protected] == invalid
doejohn => [email protected] == invalid
johndoe123 => [email protected] == invalid

Should resolve as:
jdoe => [email protected] == valid
doejohn => [email protected] == valid
johndoe123 => [email protected] == valid

The real email for all three user ids would be [email protected] any time it sees jdoe doejohn or johndoe123.

Project: Jenkins
Priority: Major Major
Reporter: Matthew Kruer
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

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to