resolver/src/main/java/org/apache/james/jspf/policies/InitialChecksPolicy.java [44:51]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public DNSLookupContinuation checkSPF(SPFSession spfData)
            throws PermErrorException, TempErrorException, NeutralException,
            NoneException {
        SPF1Record res = (SPF1Record) spfData.getAttribute(SPF1Utils.ATTRIBUTE_SPF1_RECORD);
        if (res == null) {

            // Initial checks (spec 4.3)
            String currentDomain = spfData.getCurrentDomain();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



resolver/src/main/java/org/apache/james/jspf/policies/SPFRetriever.java [149:154]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public DNSLookupContinuation checkSPF(SPFSession spfData)
            throws PermErrorException, TempErrorException, NeutralException,
            NoneException {
        SPF1Record res = (SPF1Record) spfData.getAttribute(SPF1Utils.ATTRIBUTE_SPF1_RECORD);
        if (res == null) {
            String currentDomain = spfData.getCurrentDomain();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



