home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / vmsnet / mail / pmdf / 2215 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.9 KB

  1. Path: sparky!uunet!usc!sol.ctr.columbia.edu!spool.mu.edu!news.nd.edu!bsu-cs!news.cs.indiana.edu!syscon!gator!inland!cmkrnl!infopiz!mccall!ipmdf-newsgate!list
  2. From: dan@innosoft.com (Daniel C. Newman)
  3. Newsgroups: vmsnet.mail.pmdf
  4. Subject: RE: Strange forwarding problem.
  5. Message-ID: <01GOCFH31P6A9TCN1O@INNOSOFT.COM>
  6. Date: 3 Sep 92 03:42:15 GMT
  7. Organization: The Internet
  8. Lines: 23
  9. Return-Path: <epmdf@YMIR.CLAREMONT.EDU>
  10. Resent-Date: 03 Sep 1992 10:42:15 -0700 (PDT)
  11. Resent-From: epmdf@YMIR.CLAREMONT.EDU
  12. Errors-To: epmdf@YMIR.CLAREMONT.EDU
  13. Resent-Message-ID: <01GOCFJTRPCI95OZNB@YMIR.CLAREMONT.EDU>
  14. X-Vms-To: IN%"stodola@orion.fccc.edu"
  15. X-Vms-Cc: IPMDF
  16. Mime-Version: 1.0
  17. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  18. Content-Transfer-Encoding: 7BIT
  19.  
  20. > We have a situation where a network alias (J_Blow@fccc.edu) points to Joe's
  21. > VMS account (Blow@rm.fccc.edu).  Joe wishes to forward his VMS mail to his Unix
  22. > account (J_Blow@xyz.fccc.edu).  Unfortunately, xyz recognizes J_Blow as an
  23. > alias which then loops.  We had hoped to fudge the problem by putting a
  24. > backslash in the forwarding address on the VAX side.  Unfortunately, putting
  25. > in one backslash (set forward "in%""\j_blow@xyz.fccc.edu""") appears to
  26. > swallow the backslash, while putting two backslashes causes PMDF to complain
  27. > about a bad address (\J_Blow...).
  28. >
  29. > Flames aside (and I recognize that many are deserved in this situation!), if
  30. > someone could explain how one might do this in PMDF, I'd be most grateful.
  31. > We have some workarounds which may be better anyway, but I'd like to understand
  32. > the options.
  33.  
  34. Backslash is, in RFC822 parlance, a "special" and must be quoted when it
  35. appears in a mailbox name.  So, the legal RFC822 address for what you're
  36. trying to do is "\j_blow"@xyz.fccc.edu.  To specify such an address in
  37. VMS MAIL, you must use IN%"'\j_blow'@xyz.fccc.edu".  To set a VMS MAIL
  38. forwarding address of this form, use the command
  39.  
  40.     MAIL> SET FORWARD "IN%""'\j_blow'@xyz.fcc.edu"""
  41.  
  42. Dan
  43.