From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/3912 Path: main.gmane.org!not-for-mail From: larsi@ifi.uio.no (Lars Magne Ingebrigtsen) Newsgroups: gmane.emacs.gnus.general Subject: Re: Missing name in summary line Date: 10 Nov 1995 02:10:13 +0100 Organization: Dept. of Informatics, University of Oslo, Norway Sender: larsi@ifi.uio.no Message-ID: References: <9511080950.AA27610@dusty.informatik.uni-dortmund.de> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035144730 27875 80.91.224.250 (20 Oct 2002 20:12:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:12:10 +0000 (UTC) X-From-Line: ding-request@ifi.uio.no Thu Nov 9 18:05:03 1995 Return-Path: ding-request@ifi.uio.no Original-Received: from moonbase_v.moonvalley.com (moonbase_v.moonvalley.com [204.212.162.1]) by miranova.com (8.6.11/8.6.9) with ESMTP id SAA24171 for ; Thu, 9 Nov 1995 18:05:02 -0800 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by moonbase_v.moonvalley.com (8.6.12/8.6.9) with ESMTP id RAA00570 for ; Thu, 9 Nov 1995 17:55:10 -0800 Original-Received: from surt.ifi.uio.no (4867@surt.ifi.uio.no [129.240.76.2]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Fri, 10 Nov 1995 02:10:15 +0100 Original-Received: (from larsi@localhost) by surt.ifi.uio.no ; Fri, 10 Nov 1995 02:10:14 +0100 Original-To: ding@ifi.uio.no In-Reply-To: Sudish Joseph's message of 08 Nov 1995 21:12:36 -0500 Original-Lines: 27 Xref: main.gmane.org gmane.emacs.gnus.general:3912 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:3912 Sudish Joseph writes: > Also, gnus-extract-address-components needs to be updated to handle > addresses of these two forms correctly: > a) "" > b) " (I. Use. Periods here)" > > In a) the <> is redundant, but people do it anyway. In b) the Name > should be in double quotes instead of a comment, but people do this > quite infrequently as well. Well, b) is illegal, but not because there are dots in the comment. Quoth son-of-1036: From-content = address [ space "(" paren-phrase ")" ] / [ plain-phrase space ] "<" address ">" paren-phrase = 1*( paren-char / space / encoded-word ) paren-char = \> So the only characters that are illegal in comments are "()<>\". However, b) is illegal since the address can't have "<>". So, like, `gnus-extract-address-components' does handle these correctly -- they are just broken. :-) -- Home is where the cat is.