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

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!lll-winken!sol.ctr.columbia.edu!The-Star.honeywell.com!umn.edu!news.orst.edu!news.cs.indiana.edu!syscon!gator!inland!cmkrnl!infopiz!mccall!ipmdf-newsgate!list
  2. From: ned@innosoft.com (Ned Freed)
  3. Newsgroups: vmsnet.mail.pmdf
  4. Subject: RE: BN_MASTER and SEND/FILE
  5. Message-ID: <01GOGMX45TNM9FM7LA@INNOSOFT.COM>
  6. Date: 6 Sep 92 17:58:50 GMT
  7. Organization: The Internet
  8. Lines: 49
  9. Return-Path: <epmdf@YMIR.CLAREMONT.EDU>
  10. Resent-Date: 06 Sep 1992 10:58:50 -0700 (PDT)
  11. Resent-From: epmdf@YMIR.CLAREMONT.EDU
  12. Errors-To: epmdf@YMIR.CLAREMONT.EDU
  13. Resent-Message-ID: <01GOGN0VZPS296VM7I@YMIR.CLAREMONT.EDU>
  14. X-Vms-To: IN%"jjc+@pitt.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. > I am running PMDF 4.0, JNET 3.4, Multinet 3.0, and VMS 5.4-3.
  21.  
  22. > We have a connection to an MVS machine on our campus via BITNET.  The
  23. > mailer on that machine really wants the External Writer field to be set
  24. > to the destination user.  If this is not done, it parses the headers for
  25. > the "To:" line, which causes unpleasant results.
  26.  
  27. Mailers that parse the To: line for envelope information are fundamentally
  28. busted. It is totally unacceptable to implement this even as an option.
  29.  
  30. > By default, the SEND/FILE command comes from Joiner with "/OPTIONS" set
  31. > to "".   I see from the source that the Options file seems to be used to
  32. > create a "/OPTIONS=blah" switch on the SEND/FILE that BN_MASTER performs.
  33.  
  34. > Here are my questions:
  35.  
  36. > 1. Can I add a "W=" to the options file to have it set use the options
  37. > as follows:
  38.  
  39. >     SEND/FILE/OPTIONS="W="
  40.  
  41. Sure. Just add a line saying
  42.  
  43.     OPTIONS=W=
  44.  
  45. to the option file for the channel you use to connect to this system.
  46.  
  47. This isn't documented but it should work fine.
  48.  
  49. > 2. Joiner Tech Support tells me it is safe to include "/OPTIONS="W=" to
  50. > have the external writer field filled in on each SEND.  Is that true?
  51. > Are there any NJE mail software packages that would not like this?
  52.  
  53. There is no way to ever be sure of this. BITNET simply doesn't have any rules
  54. about this sort of thing. As a result you may find all sorts of bizarre usage
  55. out there. All I can say for sure is that I have never seen a mailer that's
  56. sensitive in this way. However, my experience also tells me that when it comes
  57. to BITNET there is almost certainly such a system out there.
  58.  
  59. > If there are, what is the best way to have this option apply to our
  60. > specific host (or a specific queue)?
  61.  
  62. It is actually hard to have it any other way, since this is a per-channel
  63. option. Most configurations usually have dozens of BITNET channels. I would
  64. recommend setting up a special channel that is only used for this host
  65. with an appropriate associated option file. This way there is no chance of
  66. this option information ever messing up anyone else.
  67.  
  68.                 Ned
  69.