home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / sqdev200.zip / samples / killrcat.doc < prev    next >
Text File  |  1994-05-23  |  1KB  |  43 lines

  1. KillrCat
  2. ========
  3.  
  4. This is a five-minute hack (and it probably shows) that acts as a
  5. KILLRDOG replacement for Squish bases.  Use at your own risk.
  6.  
  7.  
  8. Distribution files
  9. ==================
  10.  
  11. KILLRCAT.EXE - KillrCat for MS-DOS
  12. KILLRCAP.EXE - KillrCap for OS/2
  13. KILLRCAT.C   - C source code
  14. KILLRCAT.H   - Header file
  15.  
  16. KILLRCAT is reasonably generic.  However, you need MSGAPI if you
  17. wish to recompile it.
  18.  
  19.  
  20. Configuration file format
  21. =========================
  22.  
  23. AREA <area>
  24.         <flag>  <text>
  25.         ...
  26.  
  27. <area> should be the path of the area to scan.  To scan a Squish area,
  28. include a '$' in front of the area's path.
  29.  
  30. <flag> can be either 't', 'f', 's' or 'b', indicating that KillrCat
  31. is to search the TO field, the FROM field, the SUBJECT field,
  32. or the BODY (respectively).
  33.  
  34. <text> indicates the text that KillrCat is to delete.  Any messages
  35. which match the specified criteria will get nuked.
  36.  
  37. You can specify more than one flag/text combination per area, but
  38. you can only put one on a line.  Put a blank line after the last
  39. one before starting a new area definition.
  40.  
  41. This program is public domain.
  42.  
  43.