-
Bug
-
Resolution: Not A Defect
-
Minor
-
Red Hat Enterprise Linux Server release 7.8 (Maipo) 64b
OpenJDK 1.8.0_252-b09
Jenkins 2.222.3
email-ext plugin 2.69
When a developer email address contains a dash (ex: compound name), the email address part between dash and @ is truncated. Then, the developer did not receive mail.
Example: john.doe-die@domain.com is truncated to john.doe@domain.com
We are calling plugin from a declarative pipeline with this code:
post { emailext recipientProviders: [ [$class: 'RequesterRecipientProvider'], [$class: 'DevelopersRecipientProvider'] ], subject: '$DEFAULT_SUBJECT', body: '$DEFAULT_CONTENT', attachLog: true, compressLog: true }
[JENKINS-62832] email-ext : email addresses with dash are truncated
Description |
Original:
When a developer email address contains a dash (ex: compound name), the address is truncated before dash. Example: [john.doe-die@domain.com|mailto:john.doe-die@domain.com] is truncated to [john.doe@domain.com|mailto:john.doe@domain.com] |
New:
When a developer email address contains a dash (ex: compound name), the email address part between dash and @ is truncated. Example: [john.doe-die@domain.com|mailto:john.doe-die@domain.com] is truncated to [john.doe@domain.com|mailto:john.doe@domain.com] |
Description |
Original:
When a developer email address contains a dash (ex: compound name), the email address part between dash and @ is truncated. Example: [john.doe-die@domain.com|mailto:john.doe-die@domain.com] is truncated to [john.doe@domain.com|mailto:john.doe@domain.com] |
New:
When a developer email address contains a dash (ex: compound name), the email address part between dash and @ is truncated. Then, the developer did not receive mail. Example: [john.doe-die@domain.com|mailto:john.doe-die@domain.com] is truncated to [john.doe@domain.com|mailto:john.doe@domain.com] |
Labels | New: plugins |
Description |
Original:
When a developer email address contains a dash (ex: compound name), the email address part between dash and @ is truncated. Then, the developer did not receive mail. Example: [john.doe-die@domain.com|mailto:john.doe-die@domain.com] is truncated to [john.doe@domain.com|mailto:john.doe@domain.com] |
New:
When a developer email address contains a dash (ex: compound name), the email address part between dash and @ is truncated. Then, the developer did not receive mail. Example: [john.doe-die@domain.com|mailto:john.doe-die@domain.com] is truncated to [john.doe@domain.com|mailto:john.doe@domain.com] We are calling plugin from a declarative pipeline with this code: {code:java} post { emailext recipientProviders: [ [$class: 'RequesterRecipientProvider'], [$class: 'DevelopersRecipientProvider'] ], subject: '$DEFAULT_SUBJECT', body: '$DEFAULT_CONTENT', attachLog: true, compressLog: true }{code} |
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |