|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.jspf.policies.SPFRetriever
org.apache.james.jspf.policies.SPFStrictCheckerRetriever
public class SPFStrictCheckerRetriever
Get the raw dns txt or spf entry which contains a spf entry. If a domain publish both, and both are not equals it throws a PermError
| Constructor Summary | |
|---|---|
SPFStrictCheckerRetriever()
|
|
| Method Summary | |
|---|---|
DNSLookupContinuation |
checkSPF(SPFSession spfData)
Run check for SPF with the given values. |
| Methods inherited from class org.apache.james.jspf.policies.SPFRetriever |
|---|
extractSPFRecord |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SPFStrictCheckerRetriever()
| Method Detail |
|---|
public DNSLookupContinuation checkSPF(SPFSession spfData)
throws PermErrorException,
TempErrorException,
NeutralException,
NoneException
SPFChecker
checkSPF in interface SPFCheckercheckSPF in class SPFRetrieverspfData - The SPF1Data which should be used to run the check
PermErrorException - Get thrown if an error was detected
TempErrorException - Get thrown if a DNS problem was detected
NeutralException - Get thrown if the result should be neutral
NoneException - Get thrown if no Record was foundSPFRetriever.checkSPF(org.apache.james.jspf.core.SPFSession)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||