home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / mx_104.zip / MX.CTL next >
Text File  |  1993-10-02  |  2KB  |  67 lines

  1. ; MX  Message Extraction Utility
  2.  
  3. ; This is the path to your message area
  4.  
  5. Mail \FD\MAIL
  6.  
  7. ; Use this if your message area is Squish format
  8.  
  9. ;Squish
  10.  
  11. ; Use this to specify a matching subject line (case insensitive)
  12. ; If none is specified, MX will accept anything as a match
  13.  
  14. ;Subject Are you alive?
  15.  
  16. ; Use this to specify a matching To: name (case insensitive)
  17. ; If none is specified, MX will accept anything as a match
  18.  
  19. ;To Robert presland
  20.  
  21. ; Use this to specify a matching From: name (case insensitive)
  22. ; If none is specified, MX will accept anything as a match
  23.  
  24. ;From AreaFix
  25.  
  26. ; Use this to search in the message text for a certain text (case insensitive)
  27. ; If none is specified, MX will accept anything as a match
  28.  
  29. ;Text Robert Presland
  30.  
  31. ; Use this to specify a matching originating node address
  32. ; If none is specified, MX will accept anything as a match
  33.  
  34. ;Orig 1:243/27
  35.  
  36. ; Use this to specify a matching destination node address
  37. ; If none is specified, MX will accept anything as a match
  38.  
  39. ;Dest 1:243/27
  40.  
  41. ; Use this to only save the body of the message (no header)
  42.  
  43. ;Body
  44.  
  45. ; Use this to specify in what directory you want the files saved
  46.  
  47. ;Save \FD\SAVED
  48.  
  49. ; Use this to specify the name of the file to create.  MX will replace the
  50. ; # with an incrementing number.  To create only one file which is overwritten
  51. ; each time don't include a #.
  52.  
  53. ;File MX#.TXT
  54.  
  55. ; Use this to include kludge lines in the message
  56.  
  57. ;Kludges
  58.  
  59. ; Use this to kill the message after it is written to disk
  60.  
  61. ;Kill
  62.  
  63. ; Use this to mark the message as received after it is written to disk
  64.  
  65. ;Rcvd
  66.  
  67.