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

Exceeding maximum value with MAIL SIZE causes NullPointerException

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.2.0
    • 2.3.0
    • SMTPServer
    • None

    Description

      There is a fairly simple problem with the doMailSize() method in SMTPHandler. When a MAIL FROM command is received with a SIZE value that exceeds the maxmessagesize value, the server sends a 552 response. It then attempts to log a message about the incident, and calls state.get(SENDER).toString() to form part of the log message.

      Unfortuntely, state.put(SENDER, senderAddress) is only called later when the MAIL command is processed. Creating the log statement thus causes an NPE and the connection aborts.

      The easy solution is to take this information out of the log message. I apologize for not including a patch, but I have lost track of which branch to patch against. However, I believe this problem is present in RC3.

      Attachments

        Activity

          People

            bago Stefano Bagnara
            craigraw Craig Raw
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: