From unknown Mon Jun 23 02:19:31 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#20973 <20973@debbugs.gnu.org> To: bug#20973 <20973@debbugs.gnu.org> Subject: Status: Package: adns Reply-To: bug#20973 <20973@debbugs.gnu.org> Date: Mon, 23 Jun 2025 09:19:31 +0000 retitle 20973 Package: adns reassign 20973 adns submitter 20973 Patrik Ragnarsson severity 20973 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 03 10:17:55 2015 Received: (at submit) by debbugs.gnu.org; 3 Jul 2015 14:17:55 +0000 Received: from localhost ([127.0.0.1]:38822 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZB1mr-0004bq-Nf for submit@debbugs.gnu.org; Fri, 03 Jul 2015 10:17:54 -0400 Received: from mail-la0-f45.google.com ([209.85.215.45]:34534) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZAugg-0006tK-1g for submit@debbugs.gnu.org; Fri, 03 Jul 2015 02:43:03 -0400 Received: by lagx9 with SMTP id x9so74668675lag.1 for ; Thu, 02 Jul 2015 23:42:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=2twyHoZNZoxhjRoEizO3EWuvb5euM7Mcg0mYDwZNoMA=; b=bjEers0R+iF+rY/eB0ZPyW3VRVMLB/Db7klUlY7ICNRXxK63waIv3LFPFhE9UVlOqL /5Jr3kXIVlGsxxpuQg6mAT0gtoyvz0aUcjLj/K+yhllZPqSgr++Zjx7w8MaXhx9hrfYt gul++k37y+XEWVnari7YazP1ADpggWS/pwQ9SaLyJg0gDIwkRjlcbVFUkezzvHHUGIdz XNyxTI4eDrt4ZWETmJZN3EA6QVabxskdORjp40GpY663Slo88K8yfky/ox53fK29vkF1 6mjhjbaeuRDQbSePiAPigV48SetxnT1FQsuCDIktoi+72951SGGAvqGp3jFb0+nJ5eN4 P4ng== X-Gm-Message-State: ALoCoQk1d8Wu56ABAlHQVNxB43rUMTizWTcID6vDshcOniDCBvfBdBQIczoXhkcD1TGtowZt2804 X-Received: by 10.112.190.69 with SMTP id go5mr6007835lbc.66.1435905775928; Thu, 02 Jul 2015 23:42:55 -0700 (PDT) Received: from [10.21.1.111] (gateway.office.tw.ly. [80.252.185.200]) by mx.google.com with ESMTPSA id uq1sm2073093lbb.18.2015.07.02.23.42.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Jul 2015 23:42:55 -0700 (PDT) Message-ID: <55962EEE.6000101@starkast.net> Date: Fri, 03 Jul 2015 08:42:54 +0200 From: Patrik Ragnarsson User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: submit@debbugs.gnu.org Subject: Package: adns Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 03 Jul 2015 10:17:52 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) 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 From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 03 13:10:43 2015 Received: (at control) by debbugs.gnu.org; 3 Jul 2015 17:10:43 +0000 Received: from localhost ([127.0.0.1]:38925 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZB4U7-0000AH-BN for submit@debbugs.gnu.org; Fri, 03 Jul 2015 13:10:43 -0400 Received: from eggs.gnu.org ([208.118.235.92]:39140) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZB4U4-0000A1-O5 for control@debbugs.gnu.org; Fri, 03 Jul 2015 13:10:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZB4Tx-0002YN-Vf for control@debbugs.gnu.org; Fri, 03 Jul 2015 13:10:35 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49182) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZB4Tx-0002YD-SP for control@debbugs.gnu.org; Fri, 03 Jul 2015 13:10:33 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1ZB4Tx-0001yg-II for control@debbugs.gnu.org; Fri, 03 Jul 2015 13:10:33 -0400 Subject: control message for bug 20973 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Fri, 03 Jul 2015 13:10:33 -0400 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.6 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.6 (-----) reassign 20973 adns From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 03 13:18:12 2015 Received: (at 20973) by debbugs.gnu.org; 3 Jul 2015 17:18:12 +0000 Received: from localhost ([127.0.0.1]:38933 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZB4bL-0001qz-Lw for submit@debbugs.gnu.org; Fri, 03 Jul 2015 13:18:12 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40989) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZB4bJ-0001qn-Ul for 20973@debbugs.gnu.org; Fri, 03 Jul 2015 13:18:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZB4bD-0005xt-Gx for 20973@debbugs.gnu.org; Fri, 03 Jul 2015 13:18:04 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZB4bA-0005uK-3y; Fri, 03 Jul 2015 13:18:00 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1ZB4b9-0002sy-93; Fri, 03 Jul 2015 13:17:59 -0400 From: Glenn Morris To: Patrik Ragnarsson Subject: Re: bug#20973: Package: adns References: <55962EEE.6000101@starkast.net> Mail-Followup-To: 20973@debbugs.gnu.org, patrik@starkast.net X-Spook: USCG Qaddafi domestic disruption Homeland Defense X-Ran: }>t?OGf|aS/M"h4UNa1Jjd5=}[e9jk2^<`2?cW+ZmXrVV'O5PefGS95myAR9t[ve8[r([\ X-Hue: cyan X-Attribution: GM Date: Fri, 03 Jul 2015 13:17:59 -0400 In-Reply-To: <55962EEE.6000101@starkast.net> (Patrik Ragnarsson's message of "Fri, 03 Jul 2015 08:42:54 +0200") Message-ID: <3bioa16tyw.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.6 (-----) X-Debbugs-Envelope-To: 20973 Cc: 20973@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: 20973@debbugs.gnu.org, patrik@starkast.net List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.6 (-----) 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 From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 03 16:22:42 2015 Received: (at 20973) by debbugs.gnu.org; 3 Jul 2015 20:22:42 +0000 Received: from localhost ([127.0.0.1]:39000 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZB7Tt-00067x-Ob for submit@debbugs.gnu.org; Fri, 03 Jul 2015 16:22:42 -0400 Received: from mail-wg0-f43.google.com ([74.125.82.43]:34365) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZB7Tq-00067j-P1 for 20973@debbugs.gnu.org; Fri, 03 Jul 2015 16:22:39 -0400 Received: by wgqq4 with SMTP id q4so95804930wgq.1 for <20973@debbugs.gnu.org>; Fri, 03 Jul 2015 13:22:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=xOy33B8IM0BN4v8TB2FhTIrB4ap/Se/dkeUXJolC2OE=; b=WGb0qeiJ1491rbfMftLBmKmFQmIvU5dp5Ahw7WVBgXoWZqtVuT+1YlFV4xZscjS92l MiypBevi6OcogW9f/q71Pkwbs0xS7OjD8d5eGrNatAVjNcCdol6lV1lc/+EYnTk5VPUh KWCYVo0Nv50JwOjllZv//bsxKA9qfH7YKawPulezFxBk6gCmMX7Lx+kC6Z3fd/36Z1sM PMYWPhMP65X9tcDZbWR27hCJBFNw6SSavY+wgb3E53Vgk/pbCLWA0eeVn535qosxIMsK IZMcqgcEPbgNS7sNdOGQj8gvcdWTC/vCkVJ2cWX6RnmBuFx3ggnwXWZeJ5sHwMAo9y8l ws/w== X-Gm-Message-State: ALoCoQmZmzu/gjKnW/s8DmPPwFvwiAC6Dt+Zi/9VB3Cw79+PZW96+AkNNsqh0qgENEKA/CUX637U MIME-Version: 1.0 X-Received: by 10.180.107.138 with SMTP id hc10mr30109205wib.2.1435954953076; Fri, 03 Jul 2015 13:22:33 -0700 (PDT) Received: by 10.27.206.87 with HTTP; Fri, 3 Jul 2015 13:22:33 -0700 (PDT) In-Reply-To: <3bioa16tyw.fsf@fencepost.gnu.org> References: <55962EEE.6000101@starkast.net> <3bioa16tyw.fsf@fencepost.gnu.org> Date: Fri, 3 Jul 2015 22:22:33 +0200 Message-ID: Subject: Re: bug#20973: Package: adns From: Patrik Ragnarsson To: 20973@debbugs.gnu.org, Patrik Ragnarsson Content-Type: text/plain; charset=UTF-8 X-Spam-Score: 0.4 (/) X-Debbugs-Envelope-To: 20973 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.4 (/) 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 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 From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 12 16:59:58 2016 Received: (at 20973) by debbugs.gnu.org; 12 Aug 2016 20:59:58 +0000 Received: from localhost ([127.0.0.1]:55473 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bYJYb-0002q7-R8 for submit@debbugs.gnu.org; Fri, 12 Aug 2016 16:59:57 -0400 Received: from chiark.greenend.org.uk ([212.13.197.229]:59997 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bYJYa-0002pu-Lu; Fri, 12 Aug 2016 16:59:57 -0400 Received: by chiark.greenend.org.uk (Debian Exim 4.84_2 #1) with local (return-path ijackson@chiark.greenend.org.uk) id 1bYJYZ-00031h-Dl; Fri, 12 Aug 2016 21:59:55 +0100 From: Ian Jackson MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <22446.14539.350986.150233@chiark.greenend.org.uk> Date: Fri, 12 Aug 2016 21:59:55 +0100 To: Patrik Ragnarsson Subject: adns hostname validity and -Qq Newsgroups: chiark.mail.adns.discuss In-Reply-To: References: <55962EEE.6000101@starkast.net> <3bioa16tyw.fsf@fencepost.gnu.org> X-Mailer: VM 8.2.0b under 24.4.1 (i586-pc-linux-gnu) X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: 20973 Cc: 20973@debbugs.gnu.org, 20973-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.8 (--) 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. From unknown Mon Jun 23 02:19:31 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 10 Sep 2016 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator