home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / metamail / contrib / ServiceMail / doc / services / listserv.doc < prev    next >
Encoding:
Text File  |  1992-11-19  |  2.3 KB  |  55 lines

  1. NAME
  2.  
  3. listserv
  4.  
  5. SYNOPSIS
  6.  
  7. listserv [directive [mailinglist ...]]
  8.  
  9. DESCRIPTION
  10.  
  11. This service mimicks most of the commands in the listserv package for mailing
  12. list maintenance.  The available directives are:
  13.  
  14. lists                                     get names of lists at this site
  15. subscribe <mailing list> <your real name> get on a mailing list
  16. unsubscribe <mailing list>                get off a mailing list
  17. signoff <mailing list>                    ditto
  18. recipients <mailing list>                 get list of mailing list members
  19. review <mailing list>                     ditto
  20. information <mailing list>                get a blurb on a mailing list
  21. which                                     get a list of the mailing lists in
  22.                                           which you appear
  23. get archive <mailing list>                get the archive of
  24.                                           mailing list submissions
  25. release                                   get information on the release
  26. help                                      get this message
  27.  
  28. If the incoming message has a Reply-to: header line, then that address
  29. will be used for the (un)subscriptions, etc., as well as the
  30. destination for all responses.  (Thus one can manipulate someone
  31. else's memberships).
  32.  
  33. For added compatibility with the original LISTSERV package, if there
  34. is no directive on the subject line then the body of the message will
  35. be processed.  Each line is treated as a complete directive, with
  36. blank lines being ignored and a line consisting entirely of two dashes
  37. (--) ending processing.  Multiple responses will be delivered as
  38. multiple messages.
  39.  
  40. Membership in mailing lists can be confidential (i.e., recipients and
  41. review will not respond will a list of members) if the mailing list
  42. file is made not readable by "other" on the local system.
  43.  
  44. The get command (via archive-request) looks in the archive directory for
  45. a file by the same name as the <mailing list>.  Thus we suggest that an
  46. entry in the mailing list be the name of this file (sendmail appends new
  47. messages onto this file).
  48.  
  49. LIMITATIONS
  50.  
  51. Mailing lists must be manually created; e.g., to create a list called "mylist",
  52. do a "touch ~/Lists/mylist" and then add the following line to your system's
  53. /etc/aliases file: "mylist: :include:~/Lists/mylist" (where you have to replace
  54. the "~" with services' home directory on your system).
  55.