home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / KM110.ARJ / KILLMSG.DOC < prev    next >
Encoding:
Text File  |  1995-12-04  |  3.4 KB  |  78 lines

  1.         This simple utility was written by Robin Seaborn, the 15 year old
  2. son of the sysop at 1:140/12 (Bob Seaborn), after being challenged to see
  3. if he really could do it.  (he was able to)
  4.  
  5.         KILLMSG.EXE, it's documentation and sample files are copyright (c)
  6. 1995 by Robin Seaborn and Bob Seaborn.
  7.  
  8.         KILLMSG.EXE requires a configuration file, which can be any
  9. filename in any directory.  (a sample configuration file is included in the
  10. distribution archive)
  11.  
  12.         The configuration file layout is as follows:
  13.  
  14. C:\Netmail\     (line 1) the netmail directory, trailing backslash is req'd
  15. C:\Storage\     (line 2) the directory to which the echomail is to be copied
  16. ARCmail         (line 3) the sender of the netmail, ARCmail in the case of
  17.                          echomail attache's
  18. 140             (line 4) the net address of the recipient
  19. 1               (line 5) the node address of the recipent
  20. C:\LOGS\KM.LOG  (line 6) drive, path and filename of optional logfile
  21. %DEBUG%         (line 7) optional debug mode requires user intervention
  22.  
  23.         The command structure is:  KILLMSG @KILLMSG.INI
  24.  
  25.         What this program does is to search all the *.MSG netmail messages
  26. in the system netmail directory, first searching for the parameter listed
  27. on line 3 of the configuration file, then doing a secondary search on the
  28. net/node number.  Once the proper message is found, the file that is being
  29. carried by the message is copied to a holding directory, where it can be
  30. forwarded to an Internet ftp site (for example).  Once the message is
  31. deleted, yet the file remains in the original directory, the next pass of
  32. the echo tosser (Gecho, for example) should truncate the attached echomail
  33. archive, this incrementing the archive extension the next time echomail is
  34. exported.
  35.  
  36.         If logging is required, fill in the log path and filename on line
  37. 6, otherwise you must leave line 6 blank so logging is disabled.  For
  38. debugging purposes enter the "%DEBUG%" parameter on line 7.  During debug
  39. mode, the log file will *not* be written to.
  40.  
  41.         You need to have a separate configuration file for each node that
  42. you want to process mail for.  For example, 140-1.INI could be one, 351-1
  43. could be another and so on.  Each different *.INI file would contain
  44. specific information for the node it's designed to work with.
  45.  
  46.         As with all software, care should be taken, and any testing be done
  47. with backups being in place before being used unattended.
  48.  
  49.         There is no fee or charge required to use this program, however a
  50. netmail or email of appreciation would be appreciated, and if someone
  51. really wants to send some $$, it would be appreciated.
  52.  
  53.         Comments, suggestions, bug reports are gratefully appreciated.
  54. Flames should be directed to NUL.
  55.  
  56.  
  57. The author:
  58.  
  59.                         Robin Seaborn
  60.                         PO Box 1741
  61.                         Saskatoon, Sask
  62.                         Canada, S7K 3S1
  63.  
  64.                         Fidonet:  Care of 1:140/12
  65.                         Internet: Care of bseaborn@eagle.wbm.ca
  66.  
  67.  
  68. Revision history
  69. ================
  70.  
  71. 11/29/95   ver 1.00        Initial release
  72. 12/04/95   ver 1.01        installed new filecopy routine to work
  73.                            under DOS version 3.3 and higher, plus
  74.                            4DOS ver 5.x and higher
  75. 12/05/95   ver 1.10        minor bug fixes, added logging and debug mode
  76.  
  77.  
  78.