mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
2b1dacc826
- Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
8 lines
411 B
Plaintext
8 lines
411 B
Plaintext
Spfval validates SPF records. It does not check them via the network, this was
|
|
intentionally omitted in favour of focusing purely on syntactically validating
|
|
SPF records. Simply pass the validator a string and it will see if it validates
|
|
as an SPFv1 or SPF-Classic record.
|
|
|
|
If an error is found, it tries its best to report the error in question and the
|
|
specific location in the record where the error occured.
|