-
Bug
-
Resolution: Unresolved
-
Major
Security patch broke it. If configured email is not attached to a know user fails to send email with
Not sending mail to unregistered user xxx@example.com
turns out it wasn't what I thought but keeping open as so many people have added similar issues
- duplicates
-
JENKINS-9016 Git creates usernames based on 'name' not the email.
-
- Open
-
[JENKINS-43178] “Unregistered user” warning skipping addresses under inappropriate conditions
Description |
Original:
Security patch broke it. |
New:
Security patch broke it. If configured email is not attached to a know user fails to send email with Not sending mail to unregistered user xxx@example.com |
Link | New: This issue relates to SECURITY-372 [ SECURITY-372 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: Open [ 1 ] |
Comment |
[ -Setting -Dhudson.tasks.MailSender.SEND_TO_UNKNOWN_USERS=true also seems to have no impact.- Setting hudson.tasks.MailSender.SEND_TO_USERS_WITHOUT_READ=true also seems to have no impact. I set this using the script console and later builds did not seem to pick it up. {code:java} System.setProperty("hudson.tasks.MailSender.SEND_TO_USERS_WITHOUT_READ", "true"){code} ] |
I am seeing the same issue since the plugin upgrade from v2.57 to v2.57.1.
Scenario: User "xxx" is registered on the Jenkins instance with email "xxx@example.com".
Log contains: "Not sending mail to unregistered user xxx@example.com"