home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / vmsnet / mail / mx / 1243 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  964 b 

  1. Path: sparky!uunet!usc!news.service.uci.edu!unogate!mvb.saic.com!mx-list
  2. From: "Jonathan E. Hardis" <hardis@garnet.nist.gov>
  3. Newsgroups: vmsnet.mail.mx
  4. Subject: RE: Also need rewrite rules help
  5. Message-ID: <009666A7.9126A940.8574@garnet.nist.gov>
  6. Date: 10 Jan 1993 19:40:38 -0500 (EST)
  7. Organization: Mx-List<==>Vmsnet.Mail.Mx Gateway
  8. X-Gateway-Source-Info: Mailing List
  9. Lines: 19
  10.  
  11. I want to re-route all incoming Internet mail through MRGATE to users'
  12. Mailworks accounts. (The mailbox in MRGATE is "AM")
  13.  
  14. To do this from VAXmail I would type:
  15.  
  16. TO: mx%"'MRGATE::AM::username'@nodex.ulowell.edu"
  17.  
  18. > What rewrite rule would essentially translate:
  19. >
  20. > username@nodex.ulowell.edu    to    'MRGATE::AM::username'@nodex.ulowell.edu ?
  21. >
  22. > I have tried every combination I can think of, but nothing works.
  23.  
  24. Have you tried:
  25.  
  26. MCP> DEFINE REWRITE_RULE "<{u}@nodex.ulowell.edu>" -
  27. _MCP>                            "<""MRGATE::AM::{u}""@nodex.ulowell.edu>"
  28. MCP> SAVE
  29. MCP> RESET
  30.