]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update named-checkzone manpage for SPF changes
authorMark Andrews <marka@isc.org>
Fri, 12 Sep 2014 21:55:57 +0000 (07:55 +1000)
committerMark Andrews <marka@isc.org>
Fri, 12 Sep 2014 21:56:19 +0000 (07:56 +1000)
bin/check/named-checkzone.8
bin/check/named-checkzone.docbook
lib/dns/zone.c

index 847cdb7133c2fb167242a6afa8e7fb266881e0a6..d47eee00544d19ea84f7687f58fdc4a37addb190 100644 (file)
@@ -251,7 +251,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.
index 909a2e259bbd0ab3af36d9c2074aa0e2423d938f..f1590b55474aa5ff6c2b289f36921445e658cab5 100644 (file)
        <term>-T <replaceable class="parameter">mode</replaceable></term>
        <listitem>
          <para>
-           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
-           <command>"warn"</command> (default), <command>"ignore"</command>.
+           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 <command>"warn"</command>
+           (default), <command>"ignore"</command>.
          </para>
        </listitem>
       </varlistentry>
index 432a4dc6563738c9007ee06f7e949b2cba906834..7a9825bd96b028dae9be00861d936489f1584832 100644 (file)
@@ -2639,8 +2639,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;