diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-07-25 05:51:35 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-07-25 05:51:35 +0000 |
commit | 89752096b879a50bff84792bdde6824b9605b4ac (patch) | |
tree | fd4d2689113e23330c6e7c49ebe15660e5527e58 /mail/spfval/pkg-descr | |
parent | d075de0076e4717e10e1452fc769ed1c451dc2fc (diff) |
Notes
Diffstat (limited to 'mail/spfval/pkg-descr')
-rw-r--r-- | mail/spfval/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/spfval/pkg-descr b/mail/spfval/pkg-descr new file mode 100644 index 000000000000..a4a5ec5effe5 --- /dev/null +++ b/mail/spfval/pkg-descr @@ -0,0 +1,12 @@ +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. + +WWW: http://spfval.codeshare.ca/ + +- ehaupt +ehaupt@critical.ch |