<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 10/09/2015 03:48 PM, Niall O'Reilly
wrote:<br>
</div>
<blockquote cite="mid:m2a8rsxie8.wl-Niall.oReilly@ucd.ie"
type="cite">
<pre wrap="">On Fri, 09 Oct 2015 13:14:59 +0100,
Niall O'Reilly wrote:
</pre>
<blockquote type="cite">
<pre wrap="">
On Fri, 09 Oct 2015 09:07:55 +0100,
Fredrik Pettai wrote:
</pre>
<blockquote type="cite">
<pre wrap="">
It’s not a bug, it’s a feature :)
</pre>
</blockquote>
<pre wrap="">
I'm not convinced.
</pre>
</blockquote>
<pre wrap="">
Hmm.
After reading RFC4343 (which seems to limit consideration to owner
names and exclude RDATA) and
<a class="moz-txt-link-freetext" href="https://kb.isc.org/article/AA-01113/0/Case-Insensitive-Response-Compression-May-Cause-Problems-With-Mixed-Case-Data-and-Non-Conforming-Clients.html">https://kb.isc.org/article/AA-01113/0/Case-Insensitive-Response-Compression-May-Cause-Problems-With-Mixed-Case-Data-and-Non-Conforming-Clients.html</a>,
I can see that this is more arguable either way than I appreciated
at first.
Either NSD is behaving too loosely, or Zonemaster too strictly.
I look forward to consistency between them in the near future.
</pre>
</blockquote>
==> It has been fixed in ZM. If you make a pull request of the
last version of the engine
(<a class="moz-txt-link-freetext" href="https://github.com/dotse/zonemaster-engine">https://github.com/dotse/zonemaster-engine</a>) and test with the CLI
(<a class="moz-txt-link-freetext" href="https://github.com/dotse/zonemaster-cli">https://github.com/dotse/zonemaster-cli</a>), you may find the
difference. <b>The ZM GUI still needs to be updated with the
latest fix in the engine.</b><br>
<br>
<u><b>Before the Fix : </b></u><br>
<br>
zonemaster-cli afnic.fr<br>
<br>
Seconds Level Message<br>
======= ========= =======<br>
21.47 WARNING When asked for SOA records on "<a class="moz-txt-link-abbreviated" href="http://WwW.Afnic.Fr">WwW.Afnic.Fr</a>" and
"<a class="moz-txt-link-abbreviated" href="http://WwW.AFnIc.Fr">WwW.AFnIc.Fr</a>", nameserver ns2.nic.fr/192.93.0.4 returns different
answers.<br>
21.47 WARNING When asked for SOA records on "<a class="moz-txt-link-abbreviated" href="http://WwW.Afnic.Fr">WwW.Afnic.Fr</a>" and
"<a class="moz-txt-link-abbreviated" href="http://WwW.AFnIc.Fr">WwW.AFnIc.Fr</a>", nameserver ns2.nic.fr/2001:660:3005:1::1:2 returns
different answers.<br>
21.49 ERROR When asked for SOA records on "<a class="moz-txt-link-abbreviated" href="http://www.afnic.fr">www.afnic.fr</a>" with
different cases, all servers do not reply consistently.<br>
21.59 NOTICE SOA 'mname' nameserver (dnsmaster.nic.fr) is not
listed in "parent" NS records for tested zone
(ns1.nic.fr;ns2.nic.fr;ns3.nic.fr).<br>
21.59 NOTICE SOA 'refresh' value (7200) is less than the
recommended minimum (14400).<br>
21.60 NOTICE SOA 'retry' value (1800) is less than the
recommended minimum (3600).<br>
<br>
<u><b>After the Fix:<br>
<br>
</b></u>zonemaster-cli afnic.fr<br>
<br>
Seconds Level Message<br>
======= ========= =======<br>
21.57 NOTICE SOA 'mname' nameserver (dnsmaster.nic.fr) is not
listed in "parent" NS records for tested zone
(ns1.nic.fr;ns2.nic.fr;ns3.nic.fr).<br>
21.57 NOTICE SOA 'refresh' value (7200) is less than the
recommended minimum (14400).<br>
21.57 NOTICE SOA 'retry' value (1800) is less than the
recommended minimum (3600).<u><b><br>
<br>
</b></u>
</body>
</html>