From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53594 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: [HS?]: On gnus developement Date: Thu, 31 Jul 2003 03:11:05 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1059614503 11891 80.91.224.249 (31 Jul 2003 01:21:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2003 01:21:43 +0000 (UTC) Original-X-From: ding-owner+M2138@lists.math.uh.edu Thu Jul 31 03:21:42 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19i28U-00035e-00 for ; Thu, 31 Jul 2003 03:21:42 +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 19i280-0005f6-00; Wed, 30 Jul 2003 20:21:12 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19i27w-0005f1-00 for ding@lists.math.uh.edu; Wed, 30 Jul 2003 20:21:08 -0500 Original-Received: (qmail 78607 invoked by alias); 31 Jul 2003 01:21:07 -0000 Original-Received: (qmail 78602 invoked from network); 31 Jul 2003 01:21:07 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by sclp3.sclp.com with SMTP; 31 Jul 2003 01:21:07 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.9/8.12.9) with ESMTP id h6V1L6gW026877 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Thu, 31 Jul 2003 03:21:06 +0200 Original-To: ding@gnus.org Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030731:ding@gnus.org:4bf8ff18d120acae X-Hashcash: 0:030731:ding@gnus.org:4bf8ff18d120acae In-Reply-To: (Jesper Harder's message of "Fri, 25 Jul 2003 01:25:23 +0200") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53594 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53594 Jesper Harder writes: > Two examples: 1) we need a real RC2822 address parser, 2) mailcap > parsing (RFC1524) is slightly wrong. While I remember it: the netrc parser in netrc.el is buggy, it should accept machine foo port 4711 login jas password bazonk but it currently require it to be on the same line, i.e. machine foo port 4711 login jas password bazonk Fixing it shouldn't be too difficult, and could be useful.