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 => j...@somewhere.com == invalid
doejohn => doej...@somewhere.com == invalid
johndoe123 => johndoe...@somewhere.com == invalid

Should resolve as:
jdoe => john....@somewhere.com == valid
doejohn => john....@somewhere.com == valid
johndoe123 => john....@somewhere.com == valid

The real email for all three user ids would be john....@somewhere.com 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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to