public class SPF1Utils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_SPF1_RECORD |
static String |
BEST_GUESS_RECORD |
static String |
DEFAULT_EXPLANATION |
| Constructor and Description |
|---|
SPF1Utils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkFQDN(String host)
Check for valid FQDN
|
static String |
resultToName(String result)
Convert raw SPF results to SPF names
|
public static final String DEFAULT_EXPLANATION
public static final String BEST_GUESS_RECORD
public static final String ATTRIBUTE_SPF1_RECORD
public static String resultToName(String result)
result - The result which should convertedpublic static boolean checkFQDN(String host)
host - The hostname to checkCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.