home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / afix044.zip / afix.use < prev    next >
Text File  |  1994-07-16  |  3KB  |  71 lines

  1.  
  2.  Afix - Areafix for Squish
  3.  
  4. The Areafix remote request feature allows the node to control its
  5. echo mail links by sending a netmail messages to the host system.
  6.  
  7. Format of the request:
  8.  
  9.      From: <your name>, <your address>
  10.        To: Areafix, <host system address>
  11.      Subj: <password> [-q] [-l] [-u] [-?] [-h]
  12.      ----
  13.  
  14. The subject field should contain password assigned for your node
  15. by the host system operator.  Requests from unknown systems or with
  16. invalid password will be refused.
  17.  
  18. In addition, the subject field can contain several switches to
  19. provide comatibility with AreaFix style requests.  These are:
  20.  
  21.     -?  -- send help info file
  22.     -L  -- report list of all available areas
  23.     -Q  -- report list of linked areas
  24.     -U  -- report list of unlinked and passive areas
  25.  
  26. The messge body should contain one or more commands followed by the
  27. tear line. All the commands are case insencitive and can be specified
  28. in any order, although the net result of the link/unlink commands
  29. depends on the order they're presented in.
  30.  
  31. The following commands are recognized:
  32.  
  33.     [+]<areatag>             -- link the specified area
  34.     -<areatag>               -- unlink the specified  area
  35.     [+]%ALL [groups]         -- link all areas in these groups
  36.     -%ALL [groups]           -- unlink all areas in these groups
  37.     %PASSIVE [groups]        -- temporarily unlink areas in groups
  38.     %ACTIVE [groups]         -- relink areas in these groups
  39.     %LIST                    -- report list of all available areas
  40.     %QUERY, %LINKED          -- report list of all linked areas
  41.     %UNLINKED                -- report list of all unlinked and passive areas
  42.     %QUEUE                   -- report list of areas in request queue
  43.     %HELP                    -- send this help file in the specified language
  44.  
  45. The following commands are recognized, but may be disabled by the sysop:
  46.  
  47.     %RESCAN <area>           -- rescan the specified area
  48.     %RESCAN                  -- start rescan mode
  49.     &<areatag>               -- link and rescan the specified area
  50.     #<areatag>               -- rescan the specified area
  51.     %CREATE <area> ["descr"] -- create area with specified tag/description
  52.     %DELETE <area>           -- delete area with specified tag
  53.  
  54.  
  55. Example:
  56.  
  57.      From: Jesper Brondum, 2:200/427
  58.        To: Areafix, 2:200/400
  59.      Subj: SECRET
  60.      ----               ( Not a part of the message )
  61.      %HELP              ( Send's you this file )
  62.      TUB                ( Links TUB )
  63.      MUFFIN             ( Links MUFFIN )
  64.      %LINKED            ( Send's linked list )
  65.      %RESCAN TUB        ( Rescan's TUB only )
  66.      %RESCAN            ( Enter rescan mode )
  67.      MUFFIN             ( Rescan's MUFFIN )
  68.      ---                ( '---' marks end of message )
  69.  
  70.  
  71.