Path: utzoo!utgpu!watmath!clyde!att!rutgers!mailrus!sharkey!emv
From: emv@a.cc.umich.edu (Ed Vielmetti)
Newsgroups: comp.mail.uucp
Subject: Re: map wizardry - terminal links
Message-ID: <4109@mailgw.cc.umich.edu>
Date: 6 Dec 88 21:23:22 GMT
References: <571@comdesign.CDI.COM> <810@mailrus.cc.umich.edu> <513@ditka.UUCP>
Reply-To: emv@mailgw.cc.umich.edu (Ed Vielmetti)
Organization: University of Michigan Computing Center, Ann Arbor
Lines: 17

In article <513@ditka.UUCP> kls@ditka.UUCP (Karl Swartz) writes:
>
>In this case, I wanted to say something like
>
>    formtek	(DEMAND),		! sunpitt on demand
>		(DEMAND+HOURLY)	! and they forward to sun
>

Try this:

formtek	sunpitt(DEMAND)
sunpitt	(DEMAND+HOURLY),sun(DEAD)

in your paths.local file.  That should have the same impact as your
proposed syntax.  

--Ed