N.J. Thomas
2021-Mar-08 20:37 UTC
[nsd-users] nsd v4.3.5 treats long used DKIM line as syntax error
When I upgraded from nsd v4.3.4 to v4.3.5, nsd-checkzone(8) started flagging errors in my zone files for DKIM lines that had been there for many years. Here's roughly what the line looks like: example._domainkey IN TXT ( "v=DKIM1; k=rsa; " "p=ZvtSzN0TPFdTFVo3QDRONDHNN4TANQPOvDXOtDDAqEOEObihifWVD095LxDXbSYILzbHBWCPuPzhzzxlS+tnLcTe+VcpZrh4TkFxym+++nZ8tBL1aR1agdd27lmo2GmRc84gXJUIlqu4Ml0TL/Ifxsuc4pJxD9sOO4FotjBnyTUI8wn3rWD5bVBjWzzLDr0ioP8W67TSxGblDmjhA//9WidNDNO") (Values have been changed to protect the innocent.) Is there some syntax error in the above line, or is this a bug? FWIW, I'm running on FreeBSD 12.2, and here's the output from nsd: $ nsd-checkzone example.org example.org.m4 [2021-03-08 12:13:18.298] nsd-checkzone[96109]: error: example.org.m4:124: syntax error zone example.org file example.org.m4 has 1 errors Thomas
Florian Obser
2021-Mar-09 08:10 UTC
[nsd-users] nsd v4.3.5 treats long used DKIM line as syntax error
https://github.com/NLnetLabs/nsd/issues/154 On Mon, Mar 08, 2021 at 12:37:31PM -0800, N.J. Thomas via nsd-users wrote:> When I upgraded from nsd v4.3.4 to v4.3.5, nsd-checkzone(8) started > flagging errors in my zone files for DKIM lines that had been there for > many years. > > Here's roughly what the line looks like: > > example._domainkey IN TXT ( "v=DKIM1; k=rsa; " "p=ZvtSzN0TPFdTFVo3QDRONDHNN4TANQPOvDXOtDDAqEOEObihifWVD095LxDXbSYILzbHBWCPuPzhzzxlS+tnLcTe+VcpZrh4TkFxym+++nZ8tBL1aR1agdd27lmo2GmRc84gXJUIlqu4Ml0TL/Ifxsuc4pJxD9sOO4FotjBnyTUI8wn3rWD5bVBjWzzLDr0ioP8W67TSxGblDmjhA//9WidNDNO") > > (Values have been changed to protect the innocent.) > > Is there some syntax error in the above line, or is this a bug? > > FWIW, I'm running on FreeBSD 12.2, and here's the output from nsd: > > $ nsd-checkzone example.org example.org.m4 > [2021-03-08 12:13:18.298] nsd-checkzone[96109]: error: example.org.m4:124: syntax error > zone example.org file example.org.m4 has 1 errors > > Thomas > _______________________________________________ > nsd-users mailing list > nsd-users at lists.nlnetlabs.nl > https://lists.nlnetlabs.nl/mailman/listinfo/nsd-users-- I'm not entirely sure you are real.
Stuart Henderson
2021-Mar-09 08:24 UTC
[nsd-users] nsd v4.3.5 treats long used DKIM line as syntax error
On 2021/03/08 12:37, N.J. Thomas via nsd-users wrote:> When I upgraded from nsd v4.3.4 to v4.3.5, nsd-checkzone(8) started > flagging errors in my zone files for DKIM lines that had been there for > many years. > > Here's roughly what the line looks like: > > example._domainkey IN TXT ( "v=DKIM1; k=rsa; " "p=ZvtSzN0TPFdTFVo3QDRONDHNN4TANQPOvDXOtDDAqEOEObihifWVD095LxDXbSYILzbHBWCPuPzhzzxlS+tnLcTe+VcpZrh4TkFxym+++nZ8tBL1aR1agdd27lmo2GmRc84gXJUIlqu4Ml0TL/Ifxsuc4pJxD9sOO4FotjBnyTUI8wn3rWD5bVBjWzzLDr0ioP8W67TSxGblDmjhA//9WidNDNO") > > (Values have been changed to protect the innocent.) > > Is there some syntax error in the above line, or is this a bug? > > FWIW, I'm running on FreeBSD 12.2, and here's the output from nsd: > > $ nsd-checkzone example.org example.org.m4 > [2021-03-08 12:13:18.298] nsd-checkzone[96109]: error: example.org.m4:124: syntax error > zone example.org file example.org.m4 has 1 errorshttps://github.com/NLnetLabs/nsd/issues/154
Anand Buddhdev
2021-Mar-09 08:27 UTC
[nsd-users] nsd v4.3.5 treats long used DKIM line as syntax error
Hi Thomas, It's a known (and still open) issue: https://github.com/NLnetLabs/nsd/issues/154 Regards, Anand On 08/03/2021 21:37, N.J. Thomas via nsd-users wrote:> When I upgraded from nsd v4.3.4 to v4.3.5, nsd-checkzone(8) started > flagging errors in my zone files for DKIM lines that had been there for > many years. > > Here's roughly what the line looks like: > > example._domainkey IN TXT ( "v=DKIM1; k=rsa; " "p=ZvtSzN0TPFdTFVo3QDRONDHNN4TANQPOvDXOtDDAqEOEObihifWVD095LxDXbSYILzbHBWCPuPzhzzxlS+tnLcTe+VcpZrh4TkFxym+++nZ8tBL1aR1agdd27lmo2GmRc84gXJUIlqu4Ml0TL/Ifxsuc4pJxD9sOO4FotjBnyTUI8wn3rWD5bVBjWzzLDr0ioP8W67TSxGblDmjhA//9WidNDNO") > > (Values have been changed to protect the innocent.) > > Is there some syntax error in the above line, or is this a bug? > > FWIW, I'm running on FreeBSD 12.2, and here's the output from nsd: > > $ nsd-checkzone example.org example.org.m4 > [2021-03-08 12:13:18.298] nsd-checkzone[96109]: error: example.org.m4:124: syntax error > zone example.org file example.org.m4 has 1 errors