From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53831 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-url-mailto broken on foo+bar@somewhere.invalid Date: Tue, 26 Aug 2003 23:37:11 +0200 Organization: http://purl.org/harder/ Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1061934071 3298 80.91.224.253 (26 Aug 2003 21:41:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Aug 2003 21:41:11 +0000 (UTC) Original-X-From: ding-owner+M2371@lists.math.uh.edu Tue Aug 26 23:41:08 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19rlYq-000861-00 for ; Tue, 26 Aug 2003 23:41:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19rlXt-00030F-00; Tue, 26 Aug 2003 16:40:09 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19rlXl-000309-00 for ding@lists.math.uh.edu; Tue, 26 Aug 2003 16:40:01 -0500 Original-Received: (qmail 2624 invoked by alias); 26 Aug 2003 21:40:01 -0000 Original-Received: (qmail 2617 invoked from network); 26 Aug 2003 21:40:01 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 26 Aug 2003 21:40:01 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19rlds-0005JC-00 for ; Tue, 26 Aug 2003 23:46:20 +0200 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 12 Original-NNTP-Posting-Host: 0xc3d7e09f.esnxr4.ras.tele.dk Original-X-Trace: quimby.gnus.org 1061934380 20409 195.215.224.159 (26 Aug 2003 21:46:20 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 26 Aug 2003 21:46:20 GMT X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; writes: > mailto links like `mailto:foo+bar@somewhere.invalid' aren't handled > correctly by `gnus-url-mailto'. `gnus-url-mailto' calls > `gnus-url-unhex-string' and the first line in this function > translates "+" to " ": I'm wondering if the "+" -> " " substitution is bogus not just for mailto: but for all URI types. I can't find anything in RFC 2396 stating that this substitution should be performed. I guess that code should just be removed from `gnus-url-unhex-string'.