home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / control.zip / sqafix.use < prev    next >
Text File  |  1992-01-13  |  3KB  |  96 lines

  1.  
  2.            Squish Area Fix Usage
  3.            ---------------------
  4.  
  5. The SqaFix remote request feature allows the node to control its
  6. echo mail links by sending a netmail messages to the host system.
  7.  
  8. Format of the request:
  9.  
  10.      From: <your name>, <your address>
  11.        To: SqaFix, <host system address>
  12.      Subj: <password> [-q] [-l] [-?] [-h]
  13.      ----
  14.  
  15. The subject field should contain password assigned for your node
  16. by the host system operator.  Requests from unknown systems or with
  17. invalid password will be refused.
  18.  
  19. In addition, the subject field can contain several switches to
  20. provide comatibility with AreaFix style requests.  These area:
  21.  
  22.     -?  -- send this help file
  23.     -L  -- report list of all available areas
  24.     -Q  -- report list of linked 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 listed 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.     %RESCAN                 -- rescan specified area for the node
  40.     %LIST                   -- report list of all available areas
  41.     %QUERY                  -- report list of linked areas
  42.     %HELP                   -- send this help file
  43.  
  44. If [groups] filter is omitted then all the groups available for
  45. the node will be subject of the operation.
  46.  
  47. Multiple overlapping requests are perfectly valid. For example:
  48.  
  49.     -%ALL           ; unlink all the active areas
  50.     %ALL ABCD       ; link areas in groups A,B,C and D
  51.     -JUNK           ; unlink area with tag JUNK
  52.     %LIST           ; report the whole picture
  53.  
  54. Nice touch: all lines beginning with character '>' are ignored,
  55. so that you can create remote requests by quoting and simple
  56. editing of SqaFix own reports using your lovely message editor!
  57.  
  58. EXAMPLE OF THE SQAFIX RETURN RECEIPT MESSAGE:
  59. *********************************************
  60.  
  61. List of all areas available for node 2:5020/6.1
  62. -----------------------------------------------
  63. REGCON ............. Unlinked   [A] "World RC's Echo"
  64. MUFFIN ............. Passive    [B] "Intl. Maximus Echo"
  65. FDECHO ............. Passive    [B] "Intl. FrontDoor Echo"
  66. SU.GENERAL ......... Active     [C] "SU General Echo"
  67. SU.FLAME ........... Active     [C] "SU Nasty Echo"
  68. SU.HUMOR ........... Active     [C] "SU Humor Echo"
  69. SU.SYSOP ........... Active     [D] "SU Sysop Echo"
  70. TESTING ............ Restricted [X] "Testing..."
  71.  
  72.  
  73. Summary of echo link changes for node 2:5020/6.1
  74. ------------------------------------------------
  75. REGCON ............. Deleted
  76. MUFFIN ............. Passive
  77. FDECHO ............. Passive
  78. SU.GENERAL ......... Added
  79. SU.FLAME ........... Added
  80. SU.HUMOR ........... Added
  81. SU.SYSOP ........... Added
  82.  
  83.  
  84. Following is the original message text
  85. --------------------------------------
  86. %ALL
  87. %PASSIVE B
  88. -REGCON
  89. %LIST
  90. ---
  91.  
  92. END OF THE EXAMPLE
  93. ******************
  94.  
  95. Hope that's enough to keep you happy for a while... more to come later!
  96.