home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / dev / Misc / PetisTreasureBox / NewsSERV / NewsSERV.doc < prev    next >
Text File  |  1995-08-25  |  2KB  |  81 lines

  1.  
  2.                           NewsSERV 0.3 (BETA-Release)
  3.                          ============================
  4.  
  5.                  written by Peter Simons <simons@peti.GUN.de>
  6.  
  7.  
  8.      This is an early beta release of my NewsSERV software. NewsSERV is a
  9. daemon designed to handle newsgroup un-/subscription automatically. Rather
  10. than annoying you every time, the sites you feed will be able to send an
  11. e-mail to a specific address on your site and their requests will be handled
  12. automatically and immediately.
  13.  
  14.      This beta version does not provide much security. The password function
  15. hasn't been implemented yet and the code hasn't been tested excessively,
  16. either. However, maybe you find it useful and maybe you can provide a few bug
  17. reports and enhancement requests, so the software will grow into a highly
  18. sophisticated package.
  19.  
  20.      To install NewsSERV, just copy it somewhere into your command path.
  21. Additionally, you'll have to install the netsupport.library. Furthermore, you
  22. should create an alias for the user NewsSERV, directing the incoming mail to
  23. the daemon. This can be archived by adding the following line to your alias
  24. file (usually UULIB:Aliases):
  25.  
  26. NewsSERV:: "|UUCPC:NewsSERV"
  27.  
  28.  
  29.      This is all, your daemon is up and working. (BTW, for those who are
  30. familiar with the netsupport.library: The log name of NewsSERV is 'NewsSERV'!
  31. Case doesn't matter.)
  32.  
  33.      NewsSERV expects a sys file in wCNews or CNews style under "newsctl:sys".
  34. Maybe it is a good idea to backup this file somewhere before letting NewsSERV
  35. get its hand on it. :-)
  36.  
  37. Okay, now make a little test. Send an e-mail like this:
  38.  
  39.  | To: NewsSERV
  40.  |
  41.  | SITE insert_your_site_name_here
  42.  | LIST
  43.  
  44. and take a look at your folder. There, you should a reply, listing all
  45. newsgroups you're subscribed to. This is how it works.
  46.  
  47. Currently, NewsSERV accepts the following commands:
  48.  
  49. HELP     - send the internal help file back
  50.  
  51. SITE     - set the site the following commands apply to
  52.  
  53. PASSWORD - <no effect yet>
  54.  
  55. LIST     - list all newsgroups <SITE> is subscribed to
  56.  
  57. ADD <ng> - add the <ng> newsgroup to the list of subscriptions
  58. SUBSCRIBE
  59.  
  60. DEL <ng> - remove <ng> from the list of subscriptions
  61. DELETE
  62. UNSUBSCRIBE
  63.  
  64.  
  65. You may specify several commands in one mail! Here's an example:
  66.  
  67.  | To: NewsSERV
  68.  |
  69.  | SITE peti
  70.  | LIST
  71.  | SITE dino
  72.  | ADD alt.fan.peter.simons
  73.  | REM alt.peter.simons.haters
  74.  | LIST
  75.  
  76.  
  77. That's it. Have fun!!
  78.  
  79.                                                 Peter Simons
  80.  
  81.