aboutsummaryrefslogtreecommitdiff
path: root/mail/Makefile
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-07-25 05:51:35 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-07-25 05:51:35 +0000
commit89752096b879a50bff84792bdde6824b9605b4ac (patch)
treefd4d2689113e23330c6e7c49ebe15660e5527e58 /mail/Makefile
parentd075de0076e4717e10e1452fc769ed1c451dc2fc (diff)
downloadports-89752096b879a50bff84792bdde6824b9605b4ac.tar.gz
ports-89752096b879a50bff84792bdde6824b9605b4ac.zip
Add spfval.
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/ PR: ports/83899 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Notes
Notes: svn path=/head/; revision=140057
Diffstat (limited to 'mail/Makefile')
-rw-r--r--mail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 28c6669be668..6dcb1a6e0923 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -485,6 +485,7 @@
SUBDIR += spampd
SUBDIR += spamprobe
SUBDIR += spamstats
+ SUBDIR += spfval
SUBDIR += spruce
SUBDIR += sqlgrey
SUBDIR += squirrelmail