From: Mark Andrews Date: Fri, 12 Sep 2014 21:55:57 +0000 (+1000) Subject: update named-checkzone manpage for SPF changes X-Git-Tag: v9.8.8~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8de16a13e588e3d5dbb037ce1826f405b1b06b7c;p=thirdparty%2Fbind9.git update named-checkzone manpage for SPF changes --- diff --git a/bin/check/named-checkzone.8 b/bin/check/named-checkzone.8 index 957674cfcf6..26545824290 100644 --- a/bin/check/named-checkzone.8 +++ b/bin/check/named-checkzone.8 @@ -238,7 +238,7 @@ so that include directives in the configuration file are processed as if run by .PP \-T \fImode\fR .RS 4 -Check if Sender Policy Framework records (TXT and SPF) both exist or both don't exist. A warning is issued if they don't match. Possible modes are +Check if Sender Policy Framework (SPF) records exist and issues a warning if an SPF-formatted TXT record is not also present. Possible modes are \fB"warn"\fR (default), \fB"ignore"\fR. diff --git a/bin/check/named-checkzone.docbook b/bin/check/named-checkzone.docbook index db3344c646e..90e2263f822 100644 --- a/bin/check/named-checkzone.docbook +++ b/bin/check/named-checkzone.docbook @@ -386,10 +386,10 @@ -T mode - Check if Sender Policy Framework records (TXT and SPF) - both exist or both don't exist. A warning is issued - if they don't match. Possible modes are - "warn" (default), "ignore". + Check if Sender Policy Framework (SPF) records exist + and issues a warning if an SPF-formatted TXT record is + not also present. Possible modes are "warn" + (default), "ignore". diff --git a/lib/dns/zone.c b/lib/dns/zone.c index 5197c2de70e..45b366c2423 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -2361,8 +2361,8 @@ integrity_checks(dns_zone_t *zone, dns_db_t *db) { checkspf: /* - * Check if there is a type TXT spf record without a type SPF - * RRset being present. + * Check if there is a type SPF record without an + * SPF-formatted type TXT record also being present. */ if (!DNS_ZONE_OPTION(zone, DNS_ZONEOPT_CHECKSPF)) goto next;