home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WILDCAT / NUSER104.ZIP / POSTMSTR.ZIP / POSTMSTR.HIS < prev    next >
Text File  |  1994-02-12  |  4KB  |  102 lines

  1. Post Master - History File
  2. --------------------------
  3.  
  4. 02/12/94  v2.0
  5. ---------------
  6.  
  7.   - Postmaster code and ownership is transfered from Dave Cody - Boardwalk
  8.     Software, to Joe Lemoine.
  9.  
  10.   - Added the ability to send a message to all users.  You specify this
  11.     option using the /L:<security level> command line switch with a
  12.     security level of "*".  In this case "*" means all security levels
  13.     so the effect is all users will receive the message.
  14.  
  15.       ex. POSTMSTR /L:* /I:UPDATE.MSG
  16.  
  17.     This will send the file UPDATE.MSG in a message to each of your users.
  18.  
  19.     NOTE: If you have 250 users and you have the conference limits set to
  20.           150 messages, then the first 100 messages posted will end up
  21.           being sent to V'GER with insufficient postage attached.
  22.  
  23.   - Added the ability to split messages into multiple messages.  The
  24.     only limit to the size of the text file to import is available
  25.     memory and even then, as much of the file will be imported as
  26.     possible.  Messages are split into the maximum lines per message as
  27.     defined in Makewild under Conference Descriptions.
  28.  
  29.   - Added the ability to disable splitting of messages by adding the
  30.     "/D - Disable splitting" command line switch.
  31.  
  32.   - Added support for the WCHOME environment variable so POSTMASTER doesn't
  33.     have to be run from the Wildcat home directory.
  34.  
  35.       ex. SET WCHOME=C:\WC30   ;trailing backslash and case is optional
  36.  
  37.   - Reduced memory requirements by 10,500 bytes.
  38.  
  39.   - Added the ability to translate most of the standard Wildcat @-Codes
  40.     when they appear in the imported text file.
  41.  
  42.   - Fixed a file locking bug with the NODEINFO.DAT file that caused the
  43.     Quick Stats section to get corrupted.  This would occur when another
  44.     program, such as Wildcat running on another node, would have the file
  45.     locked, and POSTMASTER would try to update it.
  46.  
  47.  
  48. 08/21/92  v1.14
  49. ---------------
  50.  
  51.   - A nasty bug cropped up since the last version that prevented the network
  52.     from getting initialized properly.
  53.  
  54.     NOTE: This was only a problem if you assigned WCNODEID higher than 50.
  55.  
  56. 08/18/92  v1.13
  57. ---------------
  58.  
  59.   - Fixed a bug that would allow the program to continue even if the network
  60.     did not get initialized properly.
  61.  
  62.   - Added code to prevent the program from running if the environment variable
  63.     WCNODEID was not set on a multi-node system.  This is not a requirement on
  64.     a single node system.
  65.  
  66. 08/04/92  v1.12
  67. ---------------
  68.  
  69.   - Fixed a strange little bug that would cause a message to refuse to update
  70.     as read after a caller had read it and continue to show up as new mail on
  71.     each call.
  72.  
  73. 07/17/92  v1.11
  74. ---------------
  75.  
  76.   - Added support for updating the Total Messages and Quick Messages stats
  77.  
  78.   - Reworked the file attach code to copy the attach file from it's original
  79.     directory to the Wildcat! attach directory and give it a unique filename.
  80.     Post Master will NOT watch your disk space so if you create ten messages
  81.     with 500K files attached and you only have 1 meg of disk space left the
  82.     results could be bad.  This changes the way the /A parameter works so
  83.     read the documentation on this one.
  84.  
  85. 04/13/92  v1.10
  86. ---------------
  87.  
  88.   - Added support for extracting TO or FROM names from USERINFO.DAT by using
  89.     the word DOOR in place of the TO or FROM name you want extracted from the
  90.     USERINFO.DAT file.  Example:
  91.  
  92.     BOBCAT
  93.     CD\WC30
  94.     POSTMSTR /i:welcome.txt /t:DOOR
  95.  
  96.     (ie. /T:DOOR would send a message to the person returning from the door)
  97.     !! Remember - Post Master must be run from the main Wildcat! directory !!
  98.  
  99.   - Fixed the file attachment problem.
  100.  
  101. [EOF]
  102.