summaryrefslogtreecommitdiffstats
path: root/mail/Makefile
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2005-07-25 05:51:35 +0000
committerjylefort <jylefort@FreeBSD.org>2005-07-25 05:51:35 +0000
commit6c66af6153b1d7dbf0446911045327269cf6fec1 (patch)
tree34be40c9fbd0c6cc3895c4500397bc335c6b50af /mail/Makefile
parent2acaa552d4e1b8f40b6c552910aa4ed88ad2cd05 (diff)
downloadFreeBSD-ports-6c66af6153b1d7dbf0446911045327269cf6fec1.zip
FreeBSD-ports-6c66af6153b1d7dbf0446911045327269cf6fec1.tar.gz
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>
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 28c6669..6dcb1a6 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
OpenPOWER on IntegriCloud