From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 13068 invoked from network); 13 Mar 2023 19:31:07 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 13 Mar 2023 19:31:07 -0000 Received: (qmail 26595 invoked by uid 550); 13 Mar 2023 19:31:03 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 26554 invoked from network); 13 Mar 2023 19:31:02 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fifth.space; s=20190812; t=1678735846; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vXYeF5k5hXnjeQTAtR3/czFx/DUuGC7EqPRnFTTinoc=; b=n513mNXrrf6OxmMIAcf+XWrkm0RngDIJk+TkPR65RiwkArIxHsUTwXhtvxnXh4ulje1t4N tzHf/k3Y//kusHN6UKwFl9ZRv30yO/fTIxDS8wmk+vOHPLxiG0z+e06BsGGYpIpX3yV6Cp eG3ZPclgYKv1GbtHGHSfCiHrbUpKwj/Mck8hy0b+opcn84PQ5KAbx9mHDtEnU57Rk6iDwe xTFG5BWWQ+gUv2CqwMsIh3H5VOK1TyKbVHzgOSscwwlkJ4r7CgUWzXQGxtV0elhIydE34c /oI56abC6uaIzZ/xjGDL0tqhW57YXnx+PSZnDENtSMvTqPNlPJnDgmdMJBmRFA== Date: Mon, 13 Mar 2023 20:30:40 +0100 From: Quentin Rameau To: musl@lists.openwall.com Message-ID: <20230313203040.74dcbe10.quinq@fifth.space> In-Reply-To: <20230313163558.GP4163@brightrain.aerifal.cx> References: <71e40202617b4912a98671fa73d30df4@etat.ge.ch> <20230313163558.GP4163@brightrain.aerifal.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [musl] resolv.conf and ndots:5 Hi dalias, > i.e. saying "ge.ch.ceti.etat-ge.ch exists but doesn't have an > address" instead of "ge.ch.ceti.etat-ge.ch does not exist" > > that would lead to the behavior you're seeing It seems that you're explain this so often that maybe this should be somewhere on the musl FAQ or somewhere! ^^ Cheers