home *** CD-ROM | disk | FTP | other *** search
/ A Beginner's Guide to the Internet / INTERNET.ISO / text / lists / listserv.how / general.txt < prev    next >
Encoding:
Text File  |  1996-05-06  |  6.2 KB  |  169 lines

  1.               ListProcessor 6.0
  2.  
  3. Here is a brief description of the set of requests recognized by ListProcessor.
  4. Everything appearing in [] below is optional; everything
  5. appearing in <> is mandatory; all arguments are case insensitive. The vertical
  6. bar ("|") is used as a logical OR operator between the arguments. Requests may
  7. be abbreviated, but you must specify at least the first three characters.
  8.  
  9. Keep in mind that when referring to a <list>, that list may be of two kinds:
  10. local or remote, unless otherwise noted. When referring to a local list, your
  11. request will be immediately processed; when referring to a remote list (a list
  12. served by another ListProcessor which this system knows about), your request
  13. will be appropriately forwarded. Issue a 'lists' request to get a listing of all
  14. local and known remote lists to this ListProcessor.
  15.  
  16. Recognized requests are:
  17.  
  18.  
  19. help [topic]
  20. ------------
  21. Without arguments, this file. Otherwise get specific information on the
  22. selected topic. Topics may also refer to requests. To learn more about this
  23. system issue a 'help listproc' request. To get a listing of all available
  24. topics, generate an error message by sending a bogus request like 'help me'.
  25.  
  26.  
  27. set <list> [<option> <arg[s]>]
  28. ------------------------------
  29. Without the optional arguments, get a list of all current settings for
  30. the specified list. Otherwise change the option to a new value for that
  31. list. Issue a 'help set' request for more information.
  32.  
  33.  
  34. subscribe <list> <your name>
  35. ----------------------------
  36. The only way to subscribe to a list. 
  37.  
  38.  
  39. unsubscribe <list>
  40. signoff <list>
  41. ------------------
  42. Two ways of removing yourself from the specified list.
  43.  
  44.  
  45. recipients <list>
  46. review <list>
  47. -----------------
  48. Get a listing of all non-concealed people subscribed to the specified list.
  49.  
  50.  
  51. information <list>
  52. ------------------
  53. Get information about the specified list.
  54.  
  55.  
  56. statistics <list> {[subscriber email address(es)] | [-all]}
  57. -----------------------------------------------------------
  58. Get a listing of non-concealed subscribers along with the number of messages
  59. each one of them has sent to the specified list. If the optional email addresses
  60. are given, then statistics will be collected for these users only. For example:
  61.         stat foo user1@domain user2@domain
  62. will generate statistics about these two subscribers. "-all" lists statistics
  63. for all users that have posted on the list (whether currently subscribed ot
  64. not).
  65.  
  66. run <list> [<password> <cmd [args]>]
  67. ------------------------------------
  68. Run the specified command with the optional arguments and receive the output
  69. from stdout and/or stderr. To get a listing of all available commands to run,
  70. omit the arguments, i.e. issue a 'run <list>' request. You have to belong to
  71. the specified list, and must have obtained the password from the list's owner;
  72. the owner's address may be found in the Errors-To: header line of each
  73. delivered message. <list> may be local only.
  74.  
  75.  
  76. lists
  77. -----
  78. Get a list of all local mailing lists that are served by this server, as well
  79. as of all known remote lists.
  80.  
  81.  
  82. index [archive | path-to-archive] [/password] [-all]
  83. ----------------------------------------------------
  84. Get a list of files in the selected archive, or the master archive if no
  85. archive was specified. If an archive is private, you have to provide its
  86. password as well.
  87.  
  88.  
  89. get <archive | path-to-archive> <file> [/password] [parts]
  90. ----------------------------------------------------------
  91. Get the requested file from the specified archive. Files are usually split in
  92. parts locally, and in such a case you will receive the file in multiple email
  93. messages -- an 'index' request tells you how many parts the file has been split
  94. into, and their sizes; if you need to obtain certain parts, specify them as
  95. optional arguments. If an archive is private, you have to provide its password
  96. as well.
  97.  
  98. view <archive | path-to-archive>] [/password] [parts]
  99. -----------------------------------------------------
  100. Same as "get" but in interactive mode justs catenates the file on the
  101. screen.
  102.  
  103. search <archive | path-to-archive>] [/password] [-all] <pattern>
  104. ----------------------------------------------------------------
  105. Search all files of the specified archive (and all of its subarchives if -all
  106. is specified) for lines that match the pattern. The pattern can be an
  107. egrep(1)-style regular expression with support for the following additional
  108. operators: '~' (negation), '|' and '&' (logical OR and AND), '<' '>' (group
  109. regular expressions). The pattern may be enclosed in single or double quotes.
  110. Note: . matches any character including new line.
  111.  
  112. fax <fax-number> <archive | path-to-archive> <file> [/password] [parts]
  113. -----------------------------------------------------------------------
  114. Same as 'get', but it faxes you the files instead to the specified number.
  115.  
  116. release
  117. -------
  118. Get information about the current release of this ListProcessor system.
  119.  
  120.  
  121. which
  122. -----
  123. Get a listing of local mailing lists to which you have subscribed.
  124.  
  125. ===============================================================================
  126.  
  127. The requests below are list owner specific. List owners should contact the
  128. system's manager for extensive usage information:
  129.  
  130.  
  131. reports <list> <password>
  132. -------------------------
  133. Obtain all reports about the specified local list.
  134.  
  135.  
  136. edit <list> <password> <file>
  137. -----------------------------
  138. Obtain the specified file for editing.
  139.  
  140.  
  141. put <list> <password> <keyword> [args]
  142. --------------------------------------
  143. Manipulate addresses and change system files.
  144.  
  145.  
  146. approve <list> <password> <tag>
  147. -------------------------------
  148. Approve the message identified by the tag number for posting to the
  149. specified moderated list.
  150.  
  151.  
  152. discard <list> <password> <tag>
  153. -------------------------------
  154. Discard the message identified by the tag number sent to the specified
  155. moderated list.
  156. ===============================================================================
  157.  
  158. In addition, help is available on the following topic(s):
  159.  
  160. live
  161. ----
  162. Learn how to connect to this ListProcessor over the Internet for live
  163. processing of your requests.
  164.  
  165. listproc
  166. --------
  167. Learn more about this system and list management software in general.
  168. .
  169.