resolver/src/main/java/org/apache/james/jspf/policies/SPFRetriever.java [77:82]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        public DNSLookupContinuation onDNSResponse(
                DNSResponse response, SPFSession session)
                throws PermErrorException, NoneException,
                TempErrorException, NeutralException {
            try {
                List<String> spfR = response.getResponse();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



resolver/src/main/java/org/apache/james/jspf/policies/SPFStrictCheckerRetriever.java [83:88]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        public DNSLookupContinuation onDNSResponse(
                DNSResponse response, SPFSession session)
                throws PermErrorException, NoneException,
                TempErrorException, NeutralException {
            try {
                List<String> spfR = response.getResponse();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



