-
Bug
-
Resolution: Incomplete
-
Major
-
windows 2008, Jenkins 1.614, Java 1.7.0_51-b13
When automatic e-mails to committers are triggered, the domain name with underscore is added to the mail address.
For example:
Domain user 'domain/user' e-mail should be 'user@mailserver.com', instead, the mail is sent to 'domain_user@mailserver.com'.
Are you sure the activedirectory plugin is the one returning the addresses? The email-ext plugin uses the MailAddressResolver from Mailer to resolve addresses for users. So, this isn't a bug with email-ext.