home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / BBS2DRAG.ZIP / PMSTR400.ZIP / POSTMSTR.HIS < prev    next >
Text File  |  1994-07-29  |  6KB  |  152 lines

  1. Post Master - History File
  2. --------------------------
  3.  
  4. 07/21/94  v4.0
  5. --------------
  6.  
  7.   - Updated PostMaster to be compatible with Wildcat 4.0.
  8.  
  9. 03/29/94  v2.1
  10. --------------
  11.  
  12.   - Added logging of each message posted into filename POSTMSTR.LOG.
  13.  
  14.   - All error and status logs are now created in the subdirectory where
  15.     POSTMSTR.EXE is located - not where it is run from.
  16.  
  17.   - When attaching a file to a message using the Wildcat method, PostMaster
  18.     would shell to Dos and use the Copy command. The copying of files is now
  19.     done internally for greater speed and to lessen memory requirements.
  20.  
  21.   - Added ability to send FidoNet Netmail addressed messages. Simply enclose
  22.     the address in brackets after the name of the addressee.
  23.  
  24.     ex. POSTMSTR /T:Joe Lemoine [1:390/3] /F:Dick Paauw [1:390/1]
  25.                                 ^^^^^^^^^               ^^^^^^^^^
  26.   - Added ability to set NetMail flags with command line switch /G.
  27.  
  28.     NetMail flags: P=Private C=Crash H=Hold D=Direct F=File_Attach
  29.                    R=File_Request K=Kill/Sent I=Immediate
  30.  
  31.     ex. POSTMSTR /T:Joe Lemoine [1:390/3] /F:Dick Paauw [1:390/1] /G:PCK
  32.                                                                   ^^^^^^
  33.     The above example would send a message with the Private, Crash and
  34.     Kill/Sent flags set. It is to be noted that Wildcat or any other utility
  35.     does not acknowledge the Kill/Sent flag so only the message exported to
  36.     the Netmail *.MSG area will be deleted after sending.
  37.  
  38.     To do a Fido Style attach/request, specify the the filename(s) into the
  39.     /S - Subject field. The /I:<text file> parameter is not required if you
  40.     are doing a Fido style file attach/request.
  41.  
  42.     ex. POSTMSTR /T:Dick Paauw [1:390/1] /S:C:\POSTMSTR\POSTMSTR.ZIP /G:PFCK
  43.  
  44.     If the /G:<flag> switch is used, PostMaster will automatically post the
  45.     message(s) in your Netmail conference. It will even override the
  46.     conference indicated by the /C:<conference> switch if it is present.
  47.  
  48.   - There was a bug in the way @-Codes were translated so only the first
  49.     message sent when sending multiple message had the right @-Code
  50.     translations. The @-Code translation routines were also speeded up by a
  51.     factor of 20!
  52.  
  53.  
  54. 02/12/94  v2.0
  55. ---------------
  56.  
  57.   - Postmaster code and ownership is transfered from Dave Cody - Boardwalk
  58.     Software, to Joe Lemoine.
  59.  
  60.   - Added the ability to send a message to all users.  You specify this
  61.     option using the /L:<security level> command line switch with a
  62.     security level of "*".  In this case "*" means all security levels
  63.     so the effect is all users will receive the message.
  64.  
  65.       ex. POSTMSTR /L:* /I:UPDATE.MSG
  66.  
  67.     This will send the file UPDATE.MSG in a message to each of your users.
  68.  
  69.     NOTE: If you have 250 users and you have the conference limits set to
  70.           150 messages, then the first 100 messages posted will end up
  71.           being sent to V'GER with insufficient postage attached.
  72.  
  73.   - Added the ability to split messages into multiple messages.  The
  74.     only limit to the size of the text file to import is available
  75.     memory and even then, as much of the file will be imported as
  76.     possible.  Messages are split into the maximum lines per message as
  77.     defined in Makewild under Conference Descriptions.
  78.  
  79.   - Added the ability to disable splitting of messages by adding the
  80.     "/D - Disable splitting" command line switch.
  81.  
  82.   - Added support for the WCHOME environment variable so POSTMASTER doesn't
  83.     have to be run from the Wildcat home directory.
  84.  
  85.       ex. SET WCHOME=C:\WC30   ;trailing backslash and case is optional
  86.  
  87.   - Reduced memory requirements by 10,500 bytes.
  88.  
  89.   - Added the ability to translate most of the standard Wildcat @-Codes
  90.     when they appear in the imported text file.
  91.  
  92.   - Fixed a file locking bug with the NODEINFO.DAT file that caused the
  93.     Quick Stats section to get corrupted.  This would occur when another
  94.     program, such as Wildcat running on another node, would have the file
  95.     locked, and POSTMASTER would try to update it.
  96.  
  97.  
  98. 08/21/92  v1.14
  99. ---------------
  100.  
  101.   - A nasty bug cropped up since the last version that prevented the network
  102.     from getting initialized properly.
  103.  
  104.     NOTE: This was only a problem if you assigned WCNODEID higher than 50.
  105.  
  106. 08/18/92  v1.13
  107. ---------------
  108.  
  109.   - Fixed a bug that would allow the program to continue even if the network
  110.     did not get initialized properly.
  111.  
  112.   - Added code to prevent the program from running if the environment
  113.     variable WCNODEID was not set on a multi-node system. This is not a
  114.     requirement on a single node system.
  115.  
  116. 08/04/92  v1.12
  117. ---------------
  118.  
  119.   - Fixed a strange little bug that would cause a message to refuse to update
  120.     as read after a caller had read it and continue to show up as new mail on
  121.     each call.
  122.  
  123. 07/17/92  v1.11
  124. ---------------
  125.  
  126.   - Added support for updating the Total Messages and Quick Messages stats
  127.  
  128.   - Reworked the file attach code to copy the attach file from it's original
  129.     directory to the Wildcat! attach directory and give it a unique filename.
  130.     Post Master will NOT watch your disk space so if you create ten messages
  131.     with 500K files attached and you only have 1 meg of disk space left the
  132.     results could be bad.  This changes the way the /A parameter works so
  133.     read the documentation on this one.
  134.  
  135. 04/13/92  v1.10
  136. ---------------
  137.  
  138.   - Added support for extracting TO or FROM names from USERINFO.DAT by using
  139.     the word DOOR in place of the TO or FROM name you want extracted from the
  140.     USERINFO.DAT file.  Example:
  141.  
  142.     BOBCAT
  143.     CD\WC30
  144.     POSTMSTR /i:welcome.txt /t:DOOR
  145.  
  146.     (ie. /T:DOOR would send a message to the person returning from the door)
  147.     !! Remember - Post Master must be run from the main Wildcat! directory !!
  148.  
  149.   - Fixed the file attachment problem.
  150.  
  151. [EOF]
  152.