Gnus development mailing list
 help / color / mirror / Atom feed
From: larsi@ifi.uio.no (Lars Magne Ingebrigtsen)
Subject: Re: Missing name in summary line
Date: 10 Nov 1995 02:10:13 +0100	[thread overview]
Message-ID: <w8sag655l6y.fsf@surt.ifi.uio.no> (raw)
In-Reply-To: Sudish Joseph's message of 08 Nov 1995 21:12:36 -0500

Sudish Joseph <joseph@cis.ohio-state.edu> writes:

> Also, gnus-extract-address-components needs to be updated to handle
> addresses of these two forms correctly:
> a) "<luser@x.y>"
> b) "<luser@x.y> (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 = <ASCII printable character except ()<>\>

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.


  reply	other threads:[~1995-11-10  1:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-11-08  9:50 Kai Grossjohann
1995-11-08 13:55 ` Jack Vinson
1995-11-08 14:19   ` Kai Grossjohann
1995-11-09  2:12   ` Sudish Joseph
1995-11-10  1:10     ` Lars Magne Ingebrigtsen [this message]
1995-11-10  3:24     ` Brian Edmonds
1995-11-10 14:28       ` Jack Vinson
1995-11-08 19:10 ` Richard Stanton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=w8sag655l6y.fsf@surt.ifi.uio.no \
    --to=larsi@ifi.uio.no \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).