Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78875 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91476 invoked from network); 12 Nov 2014 06:38:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Nov 2014 06:38:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.180 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.213.180 mail-ig0-f180.google.com Received: from [209.85.213.180] ([209.85.213.180:64931] helo=mail-ig0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DD/72-02954-37003645 for ; Wed, 12 Nov 2014 01:38:43 -0500 Received: by mail-ig0-f180.google.com with SMTP id h3so2412595igd.7 for ; Tue, 11 Nov 2014 22:38:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=zKHqN/BliLuczHdv0xwkgYOLxM+6MoVWKJxhC+UTyMU=; b=He4TD20ltt2KTsjkrbm+oIOAybg7ipbImTQHiwOSDbsvJ1xSTQsShyEDRvq5FcNCY1 ScnJRV6bxKwern28I12Tp+O05KE5d9kvKzn/CfHELtXaOFOnT8ol1LT4v5+70UWGwkVY KptyJ8TBrlt42tuxzEkqrS8B0225tMk4ZjaEZSsYJZw5SzvNMbtDqPimBAp5uJDFSq8E /nPVBHSUqzVx1NckRyAi6GYR78hS2STiwALfqV7HgPfNU3IIDoKpsz04L30Z5RIk6fVS W5nZlnigm9t1i+hV7Mu9kbEZa92H82+9RZWeXS/LX4Hce6bEt1MSCWSvkAIMJXlhm+T5 R1XA== X-Received: by 10.51.16.162 with SMTP id fx2mr2921398igd.11.1415774321076; Tue, 11 Nov 2014 22:38:41 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.107.132.216 with HTTP; Tue, 11 Nov 2014 22:38:00 -0800 (PST) In-Reply-To: References: Date: Wed, 12 Nov 2014 15:38:00 +0900 X-Google-Sender-Auth: Rp8FOr_FZBFJC_ToiYlBeg6sjiU Message-ID: To: Sanford Whiteman Cc: Sean Coates , Andrey Andreev , =?UTF-8?Q?K=C3=A9vin_Dunglas?= , Daniel Ribeiro , PHP Internals Content-Type: multipart/alternative; boundary=001a1135f8447d72f30507a3a569 Subject: Re: [PHP-DEV] Better RFC conformance for FILTER_VALIDATE_URL From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a1135f8447d72f30507a3a569 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi all, On Fri, Nov 7, 2014 at 6:48 AM, Sanford Whiteman wrote: > > FWIW, there *is* a practical in-use (de facto if nothing else) > convention of using _ in hosts for DKIM: > > _domainkey is actually in all the DKIM RFCs and in the formal STD 76, > see =C2=A7 3.6.2.1. Namespace, so it's more than a convention! "_" is used for service name. Active Directory uses "_" a lot, for example. e.g. _tcp, _sites, _ldap, etc. https://tools.ietf.org/html/rfc2782 Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a1135f8447d72f30507a3a569--