Uploaded image for project: 'Geronimo'
  1. Geronimo
  2. GERONIMO-4137

Message missing Content-Transfer-Encoding header is parsed as quoted-printable (sun's parse it as 7bit or 8bit)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.1
    • 2.2
    • mail
    • Security Level: public (Regular issues)
    • None

    Description

      I have a test that sends this message to our mailserver and check the returned content:

      String sources = "Content-Type: text/plain;\r\nSubject: test\r\n\r\nBody=32=48\r\n";

      sun's returns me this body:
      Body=32=48\r\n
      geronimo's returns me this body:
      Body2H\r\n\r\n\r\n

      The 2 trailing crlf are because of GERONIMO-4135, but it seems geronimo treated the missing Content-Transfer-Encoding as a quoted-printable and this way converted my message!

      Attachments

        Issue Links

          Activity

            People

              rickmcguire Richard McGuire
              bago Stefano Bagnara
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: