From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30994 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: URLs containing `?' are not fully comprehended Date: 16 May 2000 22:10:59 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035167456 11546 80.91.224.250 (21 Oct 2002 02:30:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:30:56 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by mailhost.sclp.com (Postfix) with ESMTP id 62333D0520 for ; Tue, 16 May 2000 16:12:20 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id PAB07229; Tue, 16 May 2000 15:11:33 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 16 May 2000 15:10:57 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id PAA16628 for ; Tue, 16 May 2000 15:10:47 -0500 (CDT) Original-Received: from badis.pdc.kth.se (badis.pdc.kth.se [130.237.221.45]) by mailhost.sclp.com (Postfix) with ESMTP id 53012D0520 for ; Tue, 16 May 2000 16:11:07 -0400 (EDT) Original-Received: (from jas@localhost) by badis.pdc.kth.se (8.10.0/8.10.0) id e4GKB0q19972; Tue, 16 May 2000 22:11:00 +0200 Original-To: arne+usenet@daimi.au.dk (Arne =?iso-8859-1?q?J=F8rgensen?=) In-Reply-To: arne+usenet@daimi.au.dk's message of "16 May 2000 21:29:06 +0200" Original-Lines: 20 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30994 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30994 arne+usenet@daimi.au.dk (Arne J=F8rgensen) writes: > > The following is a legitimate URL. > >=20 > > mailto:him@over.there?subject=3Dtesting >=20 > Are you sure? I thought it was just a Netscape and InternetExplorer > 'feature' ? No, the syntax is described in rfc2368: mailtoURL =3D "mailto:" [ to ] [ headers ] to =3D #mailbox headers =3D "?" header *( "&" header ) header =3D hname "=3D" hvalue hname =3D *urlc hvalue =3D *urlc And #mailbox is of course one or more rfc822-"mailbox", so the problem of recognizing mailto URLs is not simple.