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

  1. Path: sparky!uunet!usc!sdd.hp.com!spool.mu.edu!nigel.msen.com!emory!sol.ctr.columbia.edu!hamblin.math.byu.edu!arizona.edu!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: BN_MASTER and SEND/FILE
  5. Message-ID: <01GOGYS6MBZM9TCNBM@INNOSOFT.COM>
  6. Date: 6 Sep 92 23:37:59 GMT
  7. Organization: The Internet
  8. Lines: 39
  9. Return-Path: <epmdf@YMIR.CLAREMONT.EDU>
  10. Resent-Date: 06 Sep 1992 16:37:59 -0700 (PDT)
  11. Resent-From: epmdf@YMIR.CLAREMONT.EDU
  12. Errors-To: epmdf@YMIR.CLAREMONT.EDU
  13. Resent-Message-ID: <01GOGYUMKW9U96VP14@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. > We have a connection to an MVS machine on our campus via BITNET.  The
  21. > mailer on that machine really wants the External Writer field to be set
  22. > to the destination user.  If this is not done, it parses the headers for
  23. > the "To:" line, which causes unpleasant results.
  24. >
  25. > By default, the SEND/FILE command comes from Joiner with "/OPTIONS" set
  26. > to "".   I see from the source that the Options file seems to be used to
  27. > create a "/OPTIONS=blah" switch on the SEND/FILE that BN_MASTER performs.
  28. >
  29. > Here are my questions:
  30. >
  31. > 1. Can I add a "W=" to the options file to have it set use the options
  32. > as follows:
  33. >
  34. >     SEND/FILE/OPTIONS="W="
  35.  
  36. You need to create an option file named PMDF_ROOT:[TABLE]channel_OPTION.;
  37. where "channel" is the name of the channel (e.g., "bit_blah").  In this
  38. option file place the option:
  39.  
  40.         OPTIONS=W=
  41.  
  42. This will cause BN_MASTER to use the qualifier /OPTIONS="W=".
  43.  
  44. > 2. Joiner Tech Support tells me it is safe to include "/OPTIONS="W=" to
  45. > have the external writer field filled in on each SEND.  Is that true?
  46.  
  47. I have no idea.  Perhaps Ned knows.
  48.  
  49. > Are there any NJE mail software packages that would not like this?  If
  50. > there are, what is the best way to have this option apply to our
  51. > specific host (or a specific queue)?
  52.  
  53. To make this specific to one host, make the rewrite rule for that particular
  54. host use a bit_xxxxx channel (where xxxxx is whatever you want it to be barring
  55. duplications) and then, for that channel, set up an option file with the
  56. OPTIONS=W= entry.
  57.  
  58. Dan
  59.