public class SPFStrictCheckerRetriever extends SPFRetriever
Constructor and Description |
---|
SPFStrictCheckerRetriever() |
Modifier and Type | Method and Description |
---|---|
DNSLookupContinuation |
checkSPF(SPFSession spfData)
Run check for SPF with the given values.
|
extractSPFRecord
public DNSLookupContinuation checkSPF(SPFSession spfData) throws PermErrorException, TempErrorException, NeutralException, NoneException
SPFChecker
checkSPF
in interface SPFChecker
checkSPF
in class SPFRetriever
spfData
- The SPF1Data which should be used to run the checkPermErrorException
- Get thrown if an error was detectedTempErrorException
- Get thrown if a DNS problem was detectedNeutralException
- Get thrown if the result should be neutralNoneException
- Get thrown if no Record was foundSPFRetriever.checkSPF(org.apache.james.jspf.core.SPFSession)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.