public String toString()

in resolver/src/main/java/org/apache/james/jspf/core/SPFSession.java [404:424]


    public String toString() {
        return "SPFSession{" +
               "ipAddress='" + ipAddress + '\'' +
               ", mailFrom='" + mailFrom + '\'' +
               ", hostName='" + hostName + '\'' +
               ", currentSenderPart='" + currentSenderPart + '\'' +
               ", currentDomain='" + currentDomain + '\'' +
               ", inAddress='" + inAddress + '\'' +
               ", clientDomain='" + clientDomain + '\'' +
               ", senderDomain='" + senderDomain + '\'' +
               ", readableIP='" + readableIP + '\'' +
               ", receivingDomain='" + receivingDomain + '\'' +
               ", currentDepth=" + currentDepth +
               ", explanation='" + explanation + '\'' +
               ", currentResult='" + currentResult + '\'' +
               ", ignoreExplanation=" + ignoreExplanation +
               ", attributes=" + attributes +
               ", checkers=" + checkers +
               ", currentResultExpanded='" + currentResultExpanded + '\'' +
               '}';
    }