Uploaded image for project: 'James Server'
  1. James Server
  2. JAMES-14

JAMES MAIL FROM COMMAND NOT COMPLIANT RFC822

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Resolution: Fixed
    • 2.0a1
    • None
    • SMTPServer
    • None
    • Operating System: Windows NT/2K
      Platform: All
    • 5165

    Description

      if the mail from command has a sender with a quoted string, and in this
      quoted string there are spaces, james reports error 501, while this is
      valid by the RFC822

      SmtpHandler.java.parseCommand() uses a stringtokenizer with " :" which causes
      the problem.
      It should be better replaced with String.indexOf()

      Attachments

        Activity

          People

            danny@apache.org Danny Angus
            tony.nys@aditel.be Tony Nys
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: