From:	CRDGW2::CRDGW2::MRGATE::"SMTP::CSD4.MILW.WISC.EDU::MOOCOW!BRODIE" 19-JUL-1989 17:07
To:	MRGATE::"ARISIA::EVERHART"
Subj:	using logical names for long addresses.

Received: from rutgers.edu by DRYCAS.CLUB.CC.CMU.EDU; Wed, 19 Jul 89 14:48 EDT
Received: from uwvax.UUCP by rutgers.edu (5.59/SMI4.0/RU1.1/3.04) with UUCP id
 AA23544; Wed, 19 Jul 89 14:47:54 EDT
Received: from uwm-cs.UUCP by spool.cs.wisc.edu; Wed, 19 Jul 89 13:10:25 -0500
Received: by uwm-cs.milw.wisc.EDU; id AA06985; Tue, 18 Jul 89 20:41:51 CDT
Received: by csd4.milw.wisc.edu; id AA13388; Tue, 18 Jul 89 20:41:47 -0500
Received: by moocow.UUCP (DECUS UUCP w/Smail); Tue, 18 Jul 89 09:50:17 CDT
Date: Tue, 18 Jul 89 09:50:17 CDT
From: "Kent C. Brodie" <moocow!brodie@CSD4.MILW.WISC.EDU>
Subject: using logical names for long addresses.
To: vmsnet@DRYCAS.CLUB.CC.CMU.EDU
Message-Id: <8907190141.AA13388@csd4.milw.wisc.edu>
X-Vms-Mail-To: VMSNET

Although decus UUCP (a.k.a. "vmsnet") is slick as hell, I've often
found it a pain to type (and remember!) various uucp addresses that
I use often.   

The OBVIOUS solution is to use vms logical name assignments.  What is NOT
obvious is how to get it exactly right, making sure you get the quotes
done correctly.   Even after YEARS of using vms, i STILL had to try it
a few times before I got it right.

The proper form is:

$ assign uucp%"""user@pathname""" localname

Bang paths are also valid:

$ assign uucp%"""node2!node1!user""" localname2


A file similar to the following should go into your LOGIN.COM file
(or at least be called from there).   These assignments should be done
on a USER basis, not SYSTEM.    Additionally, you should double-check
your system to make sure that the "logical names" you are assigning 
the addresses to aren't a valid username/mailname on your site!

The following is a small portion of my file.

$! The VMSNET working group
$ assign uucp%"""uunet!simpact!jeh"""		jeh
$ assign uucp%"""ta2@esther.acci.com"""		ta2
$ assign uucp%"""uunet!lupine!infopiz!mark"""	mark
$!
$! The VMSNET mailing list
$ assign uucp%"""vmsnet@DRYCAS.CLUB.CC.CMU.EDU"""	vmsnet
$!
$! Other common addresses:
$!
$!   etc..........
$!


Now, as you all gussed, life is MUCH simpler, because in mail I can
now do something like:

MAIL> SEND
To: vmsnet
Subject:   blahblahblah

Instead of:

MAIL> SEND
To: UUCP%"vmsnet@DRYCAS.CLUB.CC.CMU.EDU"
Subject:  boy, was that a pain to type.



Anyway, you get the idea.   Suggestion:   (for jamie/tom/mark):  include
this in the documentation somewhere??

-kent

Kent C. Brodie	Systems Manager at Large - Medical College of WI
UUCP:		{uunet!marque,csd4.milw.wisc.edu}!moocow!brodie  
MA BELL:	+1 414 778-4056 (or 414-257-8769)    
"filling a PEZ dispenser - it's not just a skill, it's an ART."

