org.apache.james.jspf.policies
Interface Policy
- All Known Implementing Classes:
- OverridePolicy
public interface Policy
Return an spf record from a given domain.
getSPFRecord
SPF1Record getSPFRecord(String currentDomain)
throws PermErrorException,
TempErrorException,
NoneException,
NeutralException
- Get a record for the given domain
- Parameters:
currentDomain - the domain to retrieve the SPFRecord for
- Returns:
- the SPFRecord found
- Throws:
PermErrorException - exception
TempErrorException - exception
NoneException - exception
NeutralException - exception
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.