GNU bug report logs - #20973
Package: adns

Previous Next

Package: adns;

Reported by: Patrik Ragnarsson <patrik <at> starkast.net>

Date: Fri, 3 Jul 2015 14:18:01 UTC

Severity: normal

Done: Ian Jackson <ijackson <at> chiark.greenend.org.uk>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 20973 in the body.
You can then email your comments to 20973 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to help-debbugs <at> gnu.org:
bug#20973; Package debbugs.gnu.org. (Fri, 03 Jul 2015 14:18:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Patrik Ragnarsson <patrik <at> starkast.net>:
New bug report received and forwarded. Copy sent to help-debbugs <at> gnu.org. (Fri, 03 Jul 2015 14:18:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Patrik Ragnarsson <patrik <at> starkast.net>
To: submit <at> debbugs.gnu.org
Subject: Package: adns
Date: Fri, 03 Jul 2015 08:42:54 +0200
Looks like adns does not recognize certain hostnames as valid. Example:

Works with dig:

> $ dig +short -t txt mx._domainkey.twingly.com
> "k=rsa\; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDauFgv2L1AS+ZvdeHC4NaItVgJ4JEc9UFlGKFKBl3wxIk5THKEa2T3WlQM6lJFMK0pqS5Cs63lELqZzJTGmgUEmpY17/HHFzEPM3682Wc2mzfZsYlsWTXbk77rHKt7Ndox/X
> 2Vq8EYv4r432glm4laaXcTv4P3XFcZv/OwDVCFDQIDAQAB"

Does not with adns:

> $ adnshost -t txt mx._domainkey.twingly.com
> Error during DNS TXT lookup for mx._domainkey.twingly.com: Domain name is syntactically invalid

Same type of query, but another hostname, works:

> $ adnshost -t txt twingly.com
> twingly.com TXT "v=spf1 ip4:80.252.185.200 ip4:80.252.171.64/27 include:_spf.google.com include:mailgun.org include:spf.mandrillapp.com include:in.deliverhq.com ~all"
> twingly.com TXT "google-site-verification=eKph1PVX-uNAeg6W_Qj_zM75HXz-fV9T-09yuTp7Nqw"

Using:

> $ adnshost --version
> adnshost (GNU adns) 1.5.0
>
> Copyright (C) 1997-2000,2003,2006,2014  Ian Jackson
> Copyright (C) 2014  Mark Wooding
> Copyright (C) 1999-2000,2003,2006  Tony Finch
> Copyright (C) 1991 Massachusetts Institute of Technology
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

> $ dig -v
> DiG 9.9.5




bug reassigned from package 'debbugs.gnu.org' to 'adns'. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Fri, 03 Jul 2015 17:11:02 GMT) Full text and rfc822 format available.

Information forwarded to adns-discuss <at> chiark.greenend.org.uk:
bug#20973; Package adns. (Fri, 03 Jul 2015 17:19:02 GMT) Full text and rfc822 format available.

Message #10 received at 20973 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Patrik Ragnarsson <patrik <at> starkast.net>
Cc: 20973 <at> debbugs.gnu.org
Subject: Re: bug#20973: Package: adns
Date: Fri, 03 Jul 2015 13:17:59 -0400
Because you put the "Package: adns" statement in the subject rather than
the first line of the body, your bug report was assigned to the wrong
package and went to the wrong mailing list. I have reassigned it to
adns, so it should go to the right mailing list. I have a vague memory
that one needs to be subscribed to that list, which I'm not. So my mail
might not appear there.


Patrik Ragnarsson wrote:

> Looks like adns does not recognize certain hostnames as valid. Example:
>
> Works with dig:
>
>> $ dig +short -t txt mx._domainkey.twingly.com
>> "k=rsa\;
>> p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDauFgv2L1AS+ZvdeHC4NaItVgJ4JEc9UFlGKFKBl3wxIk5THKEa2T3WlQM6lJFMK0pqS5Cs63lELqZzJTGmgUEmpY17/HHFzEPM3682Wc2mzfZsYlsWTXbk77rHKt7Ndox/X
>> 2Vq8EYv4r432glm4laaXcTv4P3XFcZv/OwDVCFDQIDAQAB"
>
> Does not with adns:
>
>> $ adnshost -t txt mx._domainkey.twingly.com
>> Error during DNS TXT lookup for mx._domainkey.twingly.com: Domain
>> name is syntactically invalid
>
> Same type of query, but another hostname, works:
>
>> $ adnshost -t txt twingly.com
>> twingly.com TXT "v=spf1 ip4:80.252.185.200 ip4:80.252.171.64/27
>> include:_spf.google.com include:mailgun.org
>> include:spf.mandrillapp.com include:in.deliverhq.com ~all"
>> twingly.com TXT
>> "google-site-verification=eKph1PVX-uNAeg6W_Qj_zM75HXz-fV9T-09yuTp7Nqw"
>
> Using:
>
>> $ adnshost --version
>> adnshost (GNU adns) 1.5.0
>>
>> Copyright (C) 1997-2000,2003,2006,2014  Ian Jackson
>> Copyright (C) 2014  Mark Wooding
>> Copyright (C) 1999-2000,2003,2006  Tony Finch
>> Copyright (C) 1991 Massachusetts Institute of Technology
>> This is free software; see the source for copying conditions.  There is NO
>> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
>> $ dig -v
>> DiG 9.9.5




Information forwarded to adns-discuss <at> chiark.greenend.org.uk:
bug#20973; Package adns. (Fri, 03 Jul 2015 20:23:02 GMT) Full text and rfc822 format available.

Message #13 received at 20973 <at> debbugs.gnu.org (full text, mbox):

From: Patrik Ragnarsson <patrik <at> starkast.net>
To: 20973 <at> debbugs.gnu.org, Patrik Ragnarsson <patrik <at> starkast.net>
Subject: Re: bug#20973: Package: adns
Date: Fri, 3 Jul 2015 22:22:33 +0200
Oh, sorry...

Also, I think my bug is invalid. The query works fine when using
adnshost with this flag:

-Qq --qc-query            Let query domains contain quote-requiring chars

Sorry again for the trouble.


On 3 July 2015 at 19:17, Glenn Morris <rgm <at> gnu.org> wrote:
>
> Because you put the "Package: adns" statement in the subject rather than
> the first line of the body, your bug report was assigned to the wrong
> package and went to the wrong mailing list. I have reassigned it to
> adns, so it should go to the right mailing list. I have a vague memory
> that one needs to be subscribed to that list, which I'm not. So my mail
> might not appear there.
>
>
> Patrik Ragnarsson wrote:
>
>> Looks like adns does not recognize certain hostnames as valid. Example:
>>
>> Works with dig:
>>
>>> $ dig +short -t txt mx._domainkey.twingly.com
>>> "k=rsa\;
>>> p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDauFgv2L1AS+ZvdeHC4NaItVgJ4JEc9UFlGKFKBl3wxIk5THKEa2T3WlQM6lJFMK0pqS5Cs63lELqZzJTGmgUEmpY17/HHFzEPM3682Wc2mzfZsYlsWTXbk77rHKt7Ndox/X
>>> 2Vq8EYv4r432glm4laaXcTv4P3XFcZv/OwDVCFDQIDAQAB"
>>
>> Does not with adns:
>>
>>> $ adnshost -t txt mx._domainkey.twingly.com
>>> Error during DNS TXT lookup for mx._domainkey.twingly.com: Domain
>>> name is syntactically invalid
>>
>> Same type of query, but another hostname, works:
>>
>>> $ adnshost -t txt twingly.com
>>> twingly.com TXT "v=spf1 ip4:80.252.185.200 ip4:80.252.171.64/27
>>> include:_spf.google.com include:mailgun.org
>>> include:spf.mandrillapp.com include:in.deliverhq.com ~all"
>>> twingly.com TXT
>>> "google-site-verification=eKph1PVX-uNAeg6W_Qj_zM75HXz-fV9T-09yuTp7Nqw"
>>
>> Using:
>>
>>> $ adnshost --version
>>> adnshost (GNU adns) 1.5.0
>>>
>>> Copyright (C) 1997-2000,2003,2006,2014  Ian Jackson
>>> Copyright (C) 2014  Mark Wooding
>>> Copyright (C) 1999-2000,2003,2006  Tony Finch
>>> Copyright (C) 1991 Massachusetts Institute of Technology
>>> This is free software; see the source for copying conditions.  There is NO
>>> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>>
>>> $ dig -v
>>> DiG 9.9.5




Information forwarded to adns-discuss <at> chiark.greenend.org.uk:
bug#20973; Package adns. (Fri, 12 Aug 2016 21:00:02 GMT) Full text and rfc822 format available.

Message #16 received at 20973 <at> debbugs.gnu.org (full text, mbox):

From: Ian Jackson <ijackson <at> chiark.greenend.org.uk>
To: Patrik Ragnarsson <patrik <at> starkast.net>
Cc: 20973 <at> debbugs.gnu.org, 20973-done <at> debbugs.gnu.org
Subject: adns hostname validity and -Qq
Date: Fri, 12 Aug 2016 21:59:55 +0100
Patrik Ragnarsson writes ("bug#20973: Package: adns"):
> Oh, sorry...
> 
> Also, I think my bug is invalid. The query works fine when using
> adnshost with this flag:
> 
> -Qq --qc-query            Let query domains contain quote-requiring chars

Yes, indeed.  (Although I think the "invalid" terminology is rather
unfriendly.)

Thanks for your report anyway, which I am closing with this email.

Regards,
Ian.




Reply sent to Ian Jackson <ijackson <at> chiark.greenend.org.uk>:
You have taken responsibility. (Fri, 12 Aug 2016 21:00:03 GMT) Full text and rfc822 format available.

Notification sent to Patrik Ragnarsson <patrik <at> starkast.net>:
bug acknowledged by developer. (Fri, 12 Aug 2016 21:00:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 10 Sep 2016 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 287 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.