home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / 3b1 / 4039 < prev    next >
Encoding:
Text File  |  1992-12-11  |  1.1 KB  |  24 lines

  1. Newsgroups: comp.sys.3b1
  2. Path: sparky!uunet!spool.mu.edu!umn.edu!pascal.geom.umn.edu!scott
  3. From: scott@pascal.geom.umn.edu (Scott S. Bertilson)
  4. Subject: Re: Help with aliases file in SMAIL
  5. Message-ID: <1992Dec12.020855.1166@news2.cis.umn.edu>
  6. Sender: news@news2.cis.umn.edu (Usenet News Administration)
  7. Nntp-Posting-Host: pascal.geom.umn.edu
  8. Organization: Geometry Center, University of Minnesota
  9. References: <1992Dec11.152740.7864@rock.concert.net>
  10. Date: Sat, 12 Dec 1992 02:08:55 GMT
  11. Lines: 11
  12.  
  13.   I'm pretty sure you cannot do this in the "aliases" file, but I
  14. think you can accomplish your goal by an appropriate entry in the
  15. "paths" file.  Essentially you will be diverting *all* traffic
  16. formerly bound for the defunct machine so that it will be delivered
  17. to defunct-machine-user-name on your machine.  This may not be quite
  18. right, but perhaps a combination of this behavior with entries in the
  19. "aliases" file will serve.  I would make an entry in "paths" (inserted
  20. or sorted so that the file remains in sorted order since "smail" expects
  21. to be able to do a binary search on it) something like this:
  22.     defunct<TAB>%s
  23. --
  24.