home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / telecomm / ums / sumstools2_10.lha / sumstools / sumstl.readme < prev    next >
Encoding:
Text File  |  1995-03-14  |  3.0 KB  |  88 lines

  1. Short:    Stuntzi's UMS tools
  2. Type:     comm/ums
  3. Uploader: Matthias Scheler <mscheler@wuarchive.wustl.edu>
  4. Replaces: comm/sums/SUMSTools2_8.lha
  5.  
  6.  
  7. TITLE       : sumsset, sumsprint, sumswrite, sumsfolder
  8. AUTHORS     : Stefan Stuntz <stuntz@informatik.tu-muenchen.de>
  9. AUTHORS     : Bernhard Moellemann <zza@mhystic.hall.sub.org>
  10. AUTHORS     : Matthias Scheler <tron@lyssa.owl.de>
  11. AUTHORS     : Klaus Melchior <kmel@eifel.oche.de>
  12. AUTHORS     : Oliver Oster <olio@informatik.uni-bremen.de>
  13. AUTHORS     : Ulrich Sibiller <uli@pizza.tynet.sub.org>
  14. COPYRIGHT   : Public Domain
  15. REQUIREMENTS: Kickstart 2.x, UMS release V10
  16.  
  17.  
  18.  
  19. HISTORY:
  20. --------
  21.  
  22. V2.8 (01-Dec-94)
  23.  
  24. - sumswrite.c, sumsprint.c: added support for RfcAttr, FtnAttr, ZerAttr
  25.                             and MausAttr [MS]
  26. - sumsfolder.c, sumsset.c: added "Q=Quiet/S" option to suppress output
  27.                            of the filter [MS]
  28. - sumsset.c: added "FU=ForUser/K" option which specifies the user whose
  29.              flags are modified (user flags only of course) [MS]
  30.  
  31. V2.8a (01-Jan-95)
  32.  
  33. - sumsfolder.c, sumsset.c: added "T=Tiny/S" option to suppress output
  34.                            of the filter only, number of matching
  35.                            messages is still shown. This switch is
  36.                            overridden by "Q=Quiet". [US]
  37.  
  38. V2.9 (04-Jan-95)
  39.  
  40. - filter.c: supports scanning the Parked flag [MS]
  41. - sumsset.c: supports setting/clearing the Parked flag [MS]
  42. - sumsprint.c: fixed bug in error check [SS]
  43.  
  44.  
  45. V2.10 (05-Mar-95) [zza]
  46.  
  47. - sumsdel.c: added
  48. - sumsset.c: warns if Deleted bit is set
  49. - sumstl.h: VERSION introduced for same version in all files
  50. - sumsprint.c: fixed access of arguments via argv
  51.                checking for CTRL-C in PrintMessage, too
  52.  
  53.  
  54.  
  55. OVERVIEW:
  56. ---------
  57.  
  58. 'sumstl'  stands  for  "Stuntzi's UMS Tools" and is a collection of five
  59. useful tools for the UMS message base system:
  60.  
  61. sumsprint  - extract certain messages from message base to a file.
  62. sumswrite  - create new messages.
  63. sumsset    - set certain bits on certain messages.
  64. sumsfolder - set folder on certain messages.
  65. sumsdel    - deletes certain messages
  66.  
  67. With  the aid of these five tools, you can perform lots of actions, such
  68. as automatic message archiving, automatic generation of return receipts,
  69. automatic message forwarding, areafix support, user filter, etc.
  70.  
  71. You  could  e.g.  select all messages about "MUI", extract them from the
  72. message  base  with  'sumsprint'  and forward them to a special MUI-Area
  73. with 'sumswrite'.
  74.  
  75. Or  you could select all messages from user "Martin Horneffer" and route
  76. them  via 'sumsprint' to a printer. Thus, you will have all his mumbling
  77. on a sheet of paper and can easily create some nice paper planes. :-)
  78.  
  79. If  you  are  a node that offers some kind of areafix, 'sumsprint' could
  80. extract  all  messages  to  user  "Areafix"  for further parsing with an
  81. areafix tool.
  82.  
  83. Do  you  need  some  kind  of  expire?   Just  select  all  messages  in
  84. 'fidonet.Amiga.ger'  that  are older than 30 days and set the Expire-Bit
  85. with 'sumsset'.
  86.  
  87. There are simply no limits!
  88.