Re: Mail addresses as URLs

Guido.van.Rossum@cwi.nl
Message-id: <9305112016.AA02577=guido@voorn.cwi.nl>
To: Marc VanHeyningen <mvanheyn@cs.indiana.edu>
Cc: www-talk@nxoc01.cern.ch
Subject: Re: Mail addresses as URLs 
In-reply-to: Your message of "Tue, 11 May 1993 13:20:29 MDT."
             <1632.737144429@moose.cs.indiana.edu> 
From: Guido.van.Rossum@cwi.nl
X-Organization: CWI (Centrum voor Wiskunde en Informatica)
X-Address: P.O. Box 4079, 1009 AB  Amsterdam, The Netherlands
X-Phone: +31 20 5924127 (work), +31 20 6225521 (home), +31 20 5924199 (fax)
Date: Tue, 11 May 1993 22:16:00 +0200
Sender: Guido.van.Rossum@cwi.nl
> Presumably this is going to be specific to address formats of the
> general form we all know and love, "smtp://cs.indiana.edu/mvanheyn"
> seems to me the most consistent and unambiguous method for specifying
> my mail address.  I think calling something "mail" or "mailto" is
> rather unclear, since the number of different ways to specify mail
> routing and the like is greater than one.  We already have silly
> ambiguity with "file:" being both local file reference and FTP; let's
> not do that again with mail.

On the contrary (as I argued before), rfc-822 mail addresses are
independent of routing!  E.g. at our site all outgoing mail from a
workstation is first moved onto the central mail server machine which
takes care of delivery using whatever method it sees fit.  In fact
most of our users won't even recognize "smtp" as the name of a mail
delivery protocol.

In general different sites may have different mechanisms to deliver
mail, but the same mail address works for all (ideally, anyway).

Also note that the "host" part of a mail address needn't be the name
of a real host -- it is just a mail domain.  The use of
"smtp://host/user" smells too much of direct delivery at a particular
host, while in fact the proper way to send mail is to hand it to a
local agent that knows what's right...

--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>