home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / comm / Mail+News / UMS11 / Tools / SUMSTools / sumstl.readme
Text File  |  1995-08-03  |  3KB  |  76 lines

  1. Short:    Stuntzi's UMS tools
  2. Type:     comm/ums
  3. Uploader: Klaus Melchior <kmel@et1.etechnik.fh-aachen.de>
  4. Replaces: comm/ums/SUMSTools2_10.lha
  5.  
  6.  
  7. TITLE       : sumsset, sumsprint, sumswrite, sumsfolder, sumsdel, sumsexport
  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.tng.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.10 (05-Mar-95) [zza]
  23.  
  24. - sumsdel.c: added
  25. - sumsset.c: warns if Deleted bit is set
  26. - sumstl.h: VERSION introduced for same version in all files
  27. - sumsprint.c: fixed access of arguments via argv
  28.                checking for CTRL-C in PrintMessage, too
  29.  
  30. V2.11 (03-Aug-95) [kmel]
  31.  
  32. - sumsexport.c: added [kmel]
  33. - new directory structure [kmel]
  34. - all: change CLI template to stop the problems with USER/A or
  35.        NAME/A [kmel]
  36. - umsfilter: ID_LENGTH, added new filter: TextLength, HeaderLength [SS]
  37. - all, sumstl.h: VERSION has information about the compiler [kmel]
  38. - all: Compiled with SASC 6.51, if compiling with Dice some
  39.        expressions produce an error [kmel]
  40.  
  41.  
  42. OVERVIEW:
  43. ---------
  44.  
  45. 'sumstl'  stands  for  "Stuntzi's UMS Tools"  and is a collection of six
  46. useful tools for the UMS message base system:
  47.  
  48. sumsprint  - extract certain messages from message base to a file.
  49. sumswrite  - create new messages.
  50. sumsset    - set certain bits on certain messages.
  51. sumsfolder - set folder on certain messages.
  52. sumsdel    - deletes certain messages
  53. sumsexport - exports messages in a UMS-specific format
  54.  
  55. With  the aid of these six tools, you can perform lots of actions,  such
  56. as automatic message archiving, automatic generation of return receipts,
  57. automatic message forwarding, areafix support, user filter, etc.
  58.  
  59. You  could  e.g.  select all messages about "MUI", extract them from the
  60. message  base  with  'sumsprint'  and forward them to a special MUI-Area
  61. with 'sumswrite'.
  62.  
  63. Or  you could select all messages from user "Martin Horneffer" and route
  64. them  via 'sumsprint' to a printer. Thus, you will have all his mumbling
  65. on a sheet of paper and can easily create some nice paper planes. :-)
  66.  
  67. If  you  are  a node that offers some kind of areafix, 'sumsprint' could
  68. extract  all  messages  to  user  "Areafix"  for further parsing with an
  69. areafix tool.
  70.  
  71. Do  you  need  some  kind  of  expire?   Just  select  all  messages  in
  72. 'fidonet.Amiga.ger'  that  are older than 30 days and set the Expire-Bit
  73. with 'sumsset'.
  74.  
  75. There are simply no limits!
  76.