Uses of Class
org.apache.james.jspf.core.exceptions.TempErrorException
Packages that use TempErrorException
Package
Description
-
Uses of TempErrorException in org.apache.james.jspf.core
Methods in org.apache.james.jspf.core that throw TempErrorExceptionModifier and TypeMethodDescriptionSPFChecker.checkSPF
(SPFSession spfData) Run check for SPF with the given values.SPFCheckerDNSResponseListener.onDNSResponse
(DNSResponse response, SPFSession session) Continue the check for SPF with the given values and the given DNSResponsevoid
SPFCheckerExceptionCatcher.onException
(Exception exception, SPFSession session) Take some action on the given Exception -
Uses of TempErrorException in org.apache.james.jspf.impl
Methods in org.apache.james.jspf.impl that throw TempErrorException -
Uses of TempErrorException in org.apache.james.jspf.policies
Methods in org.apache.james.jspf.policies that throw TempErrorExceptionModifier and TypeMethodDescriptionInitialChecksPolicy.checkSPF
(SPFSession spfData) SPFRetriever.checkSPF
(SPFSession spfData) SPFStrictCheckerRetriever.checkSPF
(SPFSession spfData) NeutralIfNotMatchPolicy.getSPFRecord
(String currentDomain, SPF1Record spfRecord) NoSPFRecordFoundPolicy.getSPFRecord
(String currentDomain, SPF1Record res) Policy.getSPFRecord
(String currentDomain) Get a record for the given domainPolicyPostFilter.getSPFRecord
(String currentDomain, SPF1Record record) Filter or replace a record for the given domain -
Uses of TempErrorException in org.apache.james.jspf.policies.local
Methods in org.apache.james.jspf.policies.local that throw TempErrorExceptionModifier and TypeMethodDescriptionBestGuessPolicy.getSPFRecord
(String currentDomain, SPF1Record record) DefaultExplanationPolicy.getSPFRecord
(String currentDomain, SPF1Record spfRecord) FallbackPolicy.getSPFRecord
(String currentDomain, SPF1Record res) OverridePolicy.getSPFRecord
(String currentDomain) TrustedForwarderPolicy.getSPFRecord
(String currentDomain, SPF1Record spfRecord) -
Uses of TempErrorException in org.apache.james.jspf.terms
Methods in org.apache.james.jspf.terms that throw TempErrorExceptionModifier and TypeMethodDescriptionAMechanism.checkSPF
(SPFSession spfData) Directive.checkSPF
(SPFSession spfSession) Run the DirectiveExistsMechanism.checkSPF
(SPFSession spfData) GenericModifier.checkSPF
(SPFSession spfData) IncludeMechanism.checkSPF
(SPFSession spfData) MXMechanism.checkSPF
(SPFSession spfData) PTRMechanism.checkSPF
(SPFSession spfData) protected DNSLookupContinuation
ExpModifier.checkSPFLogged
(SPFSession spfData) Generate the explanation and set it in SPF1Data so it can be accessed easy later if neededprotected abstract DNSLookupContinuation
GenericModifier.checkSPFLogged
(SPFSession spfData) protected DNSLookupContinuation
RedirectModifier.checkSPFLogged
(SPFSession spfData) Set the host which should be used for redirection and set it in SPF1Data so it can be accessed easy later if neededAMechanism.onDNSResponse
(DNSResponse response, SPFSession spfSession) ExistsMechanism.onDNSResponse
(DNSResponse response, SPFSession spfSession) ExpModifier.onDNSResponse
(DNSResponse lookup, SPFSession spfData) MXMechanism.onDNSResponse
(DNSResponse response, SPFSession spfSession) PTRMechanism.onDNSResponse
(DNSResponse response, SPFSession spfSession)