Date: Mon, 25 Jul 2005 05:51:35 +0000 (UTC) From: Jean-Yves Lefort <jylefort@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/spfval Makefile distinfo pkg-descr ports/mail/spfval/files patch-src_spfval_spfval.c patch-src_spfval_util.h Message-ID: <200507250551.j6P5pZBN084070@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jylefort 2005-07-25 05:51:35 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/spfval Makefile distinfo pkg-descr mail/spfval/files patch-src_spfval_spfval.c patch-src_spfval_util.h Log: 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> Revision Changes Path 1.674 +1 -0 ports/mail/Makefile 1.1 +24 -0 ports/mail/spfval/Makefile (new) 1.1 +2 -0 ports/mail/spfval/distinfo (new) 1.1 +10 -0 ports/mail/spfval/files/patch-src_spfval_spfval.c (new) 1.1 +10 -0 ports/mail/spfval/files/patch-src_spfval_util.h (new) 1.1 +12 -0 ports/mail/spfval/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507250551.j6P5pZBN084070>