Previous | Next | Contents | Index |
PMDF addresses can use certain non-standard, but sometimes useful, formats. These formats are not part of RFC 822 and, as such, constitute non-standard extensions to RFC 822. These extensions are:
IN%user |
IN%"USER@local-host" |
local-host
is the local host
name.4
As an example, try sending mail to yourself, and, when you receive the
message, look at the From: address. For instance, if the local host
name is example.com and your username is mrochek, then the address
specification in%mrochek will be interpreted as
in%"MROCHEK@example.com". Forms such as
IN%"user1, user2, user3" |
user1
,
user2
, and user3
are not
subject to separate logical name translation in this case.) Such an
address specification is equivalent to
IN%"user1@local-host, user2@local-host, user3@local-host" |
IN%"@cunyvm.cuny.edu:fresnel@kitvax" |
IN%"<@cunyvm.cuny.edu:fresnel@kitvax>" |
IN%"Augustin J. Fresnel <fresnel@kitty.farm.org>" |
IN%"'Augustin J. Fresnel' <fresnel@kitty.farm.org>" |
IN%"user AT host" |
IN%"user@host" |
IN%"user@host1@host2" |
IN%"user%host1@host2" |
IN%"@host:user" |
IN%"@host:user@localhost" |
IN%system::user |
IN%"USER@SYSTEM" |
system
is translated as a logical
name. Multiple routing systems can be specified; e.g., an
address such as
IN%system1::system2::system3::user |
IN%"USER%SYSTEM3%SYSTEM2@SYSTEM1" |
Surrounding double quotes can not be used with DECnet-style addresses. This restriction is imposed by VMS MAIL, not PMDF. |
In all cases PMDF reformats the addresses to comply with RFC 822, so no illegal addresses are passed to other mail systems.
3 If PMDF is being invoked locally, the name of the local host is the official host name associated with PMDF's local channel on that system. In the case of remote usage via MAIL-11 over DECnet, the local host name is the name of the remote DECnet host using PMDF.4 Note that these addresses are not
exactly equivalent: VMS MAIL and DECwindows MAIL will translate
|
Previous | Next | Contents | Index |