| Interface | Description |
|---|---|
| Policy |
Return an spf record from a given domain.
|
| PolicyPostFilter |
Return an spf record from a given domain.
|
| Class | Description |
|---|---|
| InitialChecksPolicy |
Run the checks on the validity of the domain
This is an override filter to be executed as the first
so it should be added as the last filter.
|
| NeutralIfNotMatchPolicy |
Sets the result to NEUTRAL if no directive is found
|
| NoSPFRecordFoundPolicy |
Throws a NoneException if no record has been found
|
| ParseRecordPolicy |
Parse the record
|
| SPFRetriever |
Get the raw dns txt or spf entry which contains a spf entry
|
| SPFStrictCheckerRetriever |
Get the raw dns txt or spf entry which contains a spf entry.
|
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.