From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/5964 Path: main.gmane.org!not-for-mail From: Jason L Tibbitts III Newsgroups: gmane.emacs.gnus.general Subject: Re: message-user-mail-address and other addresses Date: 16 Apr 1996 15:38:44 -0500 Sender: tibbs@hpc.uh.edu Message-ID: References: <199604160746.JAA04365@bombur2.uio.no> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035146489 1944 80.91.224.250 (20 Oct 2002 20:41:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:41:29 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id OAA00179 for ; Tue, 16 Apr 1996 14:30:17 -0700 Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Tue, 16 Apr 1996 22:41:38 +0200 Original-Received: (from tibbs@localhost) by sina.hpc.uh.edu (8.7.3/8.7.3) id PAA17427; Tue, 16 Apr 1996 15:38:45 -0500 (CDT) Original-To: ding@ifi.uio.no In-Reply-To: Lars Magne Ingebrigtsen's message of 16 Apr 1996 19:47:56 +0200 Original-Lines: 18 X-Mailer: September Gnus v0.73/Emacs 19.30 Xref: main.gmane.org gmane.emacs.gnus.general:5964 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:5964 >>>>> "LMI" == Lars Magne Ingebrigtsen writes: LMI> Yup. 0.74 will use `mail-extract-address-components' to extract the LMI> address parts. I think it does a good job. I tried it on all the LMI> examples you gave, and it failed only on one: >> @bsd.urgu.e-burg.su,@optoel.uucp:aleck@optoel.urgu.e-burg.su RFC822 only permits source-routing inside angle brackets. I don't think this address is legal. Also, I don't think the path components are separated by commas. The `@' symbol is the separator. from RFC822: route = 1#("@" domain) ":" ; path-relative route-addr = "<" [route] addr-spec ">" - J<