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

remote address from Received header is not handled

VotersWatch issueWatchersLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

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

    Description

      Look at this method code:

      protected String computeRemoteDomain() throws MessagingException

      { StringBuffer domainBuffer = new StringBuffer(); String[] headers = null; if (getRemoteReceivedHeaderIndex() > -1) getMessageIn().getHeader(RFC2822Headers.RECEIVED); if (null != headers) # DO SOMETHING.... }

      // Default is "localhost"
      if (domainBuffer.length() == 0)
      domainBuffer.append("localhost");

      return domainBuffer.toString().trim();
      }

      You can see that there is a missing assignment to "headers = " before the "getMessageIn().getHeader()" stuff.

      Without the assignment this code will never work and the remote address recognition feature is not working ad all.

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned
            bago Stefano Bagnara
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment