Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-62832

email-ext : email addresses with dash are truncated

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Minor Minor
    • email-ext-plugin
    • 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
      }

       

       

            slide_o_mix Alex Earl
            jroyer Joël Royer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: