Examples of enableDNSService()


Examples of org.apache.james.jspf.core.SPF1Data.enableDNSService()

        String explanation = null;

        try {
            // Setup the data
            spfData = new SPF1Data(mailFrom, hostName, ipAddress);
            spfData.enableDNSService(dnsProbe);
            checkSPF(spfData);
            String resultChar = spfData.getCurrentResult() != null ? spfData.getCurrentResult() : "";
            result = SPF1Utils.resultToName(resultChar);
            explanation = spfData.getExplanation();
        } catch (SPFResultException e) {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.