home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / hamradio / bm332c.zip / CHANGES.DOC < prev    next >
Text File  |  1993-02-24  |  2KB  |  72 lines

  1.         Changes to BM program in version 3.3.2c
  2.         ---------------------------------------
  3.  
  4.             Costas Krallis, SV1XV
  5.  
  6.           <kkrallis@leon.nrcps.ariadne-t.gr>
  7.  
  8.               1993 February 23
  9.  
  10.  
  11. 1.  "-q" command line option.
  12. -----------------------------
  13.  
  14. The "-q" command line option instructs BM not to create any headers
  15. in the text spool file, because it is assumed that the input to BM is
  16. already in RFC-822 format.  This option was added (but not documented)
  17. by D. Trulli, NN2Z in version 3.3.2. and allows BM.EXE to be used
  18. to queue a message via NOS (as a queueing channel from within another
  19. program).
  20.  
  21.  
  22. 2. "Organization: " header line
  23. -------------------------------
  24.  
  25. This field can be added to the header by entering the line:
  26.  
  27. organ <space> your_organization_name
  28.  
  29. in the BM.RC file. This is especially useful if you are using
  30. e-mail to post Usenet News articles via a mail => news gateway.
  31.  
  32.  
  33. 3. Configurable aliases file pathname
  34. -------------------------------------
  35.  
  36. The default alias pathname ("/alias") can be changed by entering
  37. the line:
  38.  
  39. alias <space> alias_pathname
  40.  
  41. in the BM.RC file.
  42.  
  43.  
  44. 4. Use in a shell pipe line or with redirection
  45. -----------------------------------------------
  46.  
  47. BM reads the standard input (stdin) and prompts for 'Subject: ' or
  48. prints the Copyright message only if the input comes from a physical
  49. terminal. This feature allows  usage in a batch file accrding
  50. to the following examples:
  51.  
  52. chkdsk | bm -s DiskStatus sysop@sv1xv.ampr.org
  53. bm -s SysLog < c:\syslog\system.log
  54.  
  55.  
  56. 5. Real world names allowed in destination address
  57. --------------------------------------------------
  58.  
  59. This feature was added to BM v3.3.2c by Jerzy Tarasiuk, <jt@fuw.edu.pl>,
  60. who describes it here:
  61.  
  62. > A feature of BM I (and one of my friends) don't like is it allows
  63. > to specify as recipient bare address only, not something like:
  64. > jt@zfja-gate.fuw.edu.pl (Jerzy Tarasiuk)
  65. > I made a mod allowing it for bm332b, it is on zfja-gate file
  66. > mailer/bm-send.zip (contains only BM.H and SEND.C). Allows the
  67. > specified form on 's' command argument, and /alias file can have
  68. > lines like: jt jt@zfja-gate.fuw.edu.pl (Jerzy Tarasiuk)
  69. > Specifying name on command line overrides name from alias file.
  70.  
  71.  
  72.