home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / pfixp10.lzh / postfix.doc < prev    next >
Text File  |  1992-10-12  |  2KB  |  49 lines

  1.  
  2. POSTFIX -- Restores lastread pointers after SQFIX
  3.  
  4. Version 1.0  (10/12/92)
  5.  
  6. Written by Bob Quinlan of Austin, Texas, USA
  7. Sysop of Red October at 512-834-2593 (1:382/111)
  8.  
  9. Copyright 1992 by Bob Quinlan
  10.  
  11. Compatible with Maximus 2.00 and 2.01
  12.  
  13.  
  14. This program is intended to be run after SQFIX and various other
  15. utilities that reset the lastread pointers.  It reads a pair of files
  16. (areaname.PFH and areaname.PFL) generated by PREFIX to determine what
  17. lastread pointers assignments to restore.
  18.  
  19. It uses arrival datestamps to determine where to restore the lastread
  20. pointers.  This will usually put the lastread pointers back on the exact
  21. messages where they were originally, but it may occasionally be off by a
  22. few messages.
  23.  
  24. See the instruction to PREFIX before using POSTFIX.
  25.  
  26. POSTFIX must be followed by the name of a message area.  It will attempt
  27. to restore the lastread pointers for that area.  When it is finished it
  28. will delete the .PF? files created by PREFIX.
  29.  
  30.  
  31. POSTFIX returns ERRORLEVEL 0 after a successful run.  ERRORLEVEL 1 is
  32. returned to indicate an error.
  33.  
  34. NOTICE:  You may use, copy, and distribute this program freely as long
  35. as you insure that both the executable and the documentation (.DOC)
  36. files are included in the distribution package.  The source code does
  37. not need to be included.  You may modify this program and document, so
  38. long as reasonable credit is given to the original author if a
  39. substantial portion of the original remains intact.  The author is not
  40. responsible for any losses which may occur either directly or indirectly
  41. as a result of using this program.
  42.  
  43. This program uses the Squish MsgAPI and the Maximus structures written
  44. by Scott J. Dudley.  "Squish" is a trademark of Scott J. Dudley.
  45.  
  46. HISTORY:
  47. Version 1.0  (10/12/92) -- Original release.  Written in Borland C.
  48.  
  49.