From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30993 Path: main.gmane.org!not-for-mail From: "Bjørn Mork" Newsgroups: gmane.emacs.gnus.general Subject: Re: URLs containing `?' are not fully comprehended Date: 16 May 2000 21:37:48 +0200 Organization: DoD Sender: owner-ding@hpc.uh.edu Message-ID: <87ln1aqoab.fsf@duckman.mork.no> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035167455 11545 80.91.224.250 (21 Oct 2002 02:30:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:30:55 +0000 (UTC) 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 C7B7CD0520 for ; Tue, 16 May 2000 15:38:31 -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 OAB05807; Tue, 16 May 2000 14:37:52 -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 14:37:21 -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 OAA16295 for ; Tue, 16 May 2000 14:37:10 -0500 (CDT) Original-Received: from quimby.gnus.org (quimby.gnus.org [193.69.4.139]) by mailhost.sclp.com (Postfix) with ESMTP id 638E9D0520 for ; Tue, 16 May 2000 15:37:29 -0400 (EDT) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id VAA15742 for ding@gnus.org; Tue, 16 May 2000 21:39:19 +0200 (CEST) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 23 Original-NNTP-Posting-Host: c4s236-h4t49.chello.no Original-X-Trace: quimby.gnus.org 958505959 21298 212.186.236.4 (16 May 2000 19:39:19 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 16 May 2000 19:39:19 GMT 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:30993 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30993 arne+usenet@daimi.au.dk (Arne Jørgensen) writes: > Karl Kleinpaste writes: > > > The following is a legitimate URL. > > > > mailto:him@over.there?subject=testing > > Are you sure? I thought it was just a Netscape and InternetExplorer > 'feature' ? >>From RFC 2368: Following the syntax conventions of RFC 1738 [RFC1738], a "mailto" URL has the form: mailtoURL = "mailto:" [ to ] [ headers ] to = #mailbox headers = "?" header *( "&" header ) header = hname "=" hvalue hname = *urlc hvalue = *urlc Bjørn