home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / w0rli / mb1301 / bid.doc < prev    next >
Text File  |  1991-02-02  |  5KB  |  146 lines

  1.  
  2.  
  3. There is a "BID" (Bulletin IDentifier) associated with each bulletin
  4. type message and with any message which has a distribution list.
  5.  
  6. If a BID is not given explicitly with the "Send" command, one is
  7. created automatically from the message number and callsign of the MailBox
  8. into which the message was initially entered. It has the form nnn_call.
  9.  
  10.  
  11. There are 3 types of messages:
  12.  
  13.  
  14. 1) Personal.    If sent with SP, or with S and to a callsign.
  15.  
  16. 2) NTS traffic. If sent with ST.
  17.  
  18. 3) Bulletins.    If sent with SB, or with S and NOT to a callsign.
  19.  
  20.  
  21. For Bulletins, a BID is ALWAYS associated with the message, and is sent when
  22. forwarding to systems that indicate in their SID that they  accept BIDs.
  23. For Personal, the message can only be read by the sender, addressee, and sysop.
  24.  
  25.  
  26. There are several "flags" associated with each message. These are shown in
  27. the "message status" position in the "list message" display. Note that each
  28. flag has an associated "L" command, and some have associated "K" commands.
  29.  
  30.  
  31.    F - The "Forwarded" flag:
  32.  
  33.        This indicates the message has been forwarded to all
  34.        its destinations, but has not yet been killed.
  35.  
  36.    H - The "Hold" flag:
  37.  
  38.        This indicates the message is held.
  39.        It will not forward, and can only be seen by the sysop.
  40.  
  41.    I - The "In process" flag:
  42.  
  43.        This indicates the message is in the process of being forwarded.
  44.  
  45.    K - The "Killed" flag:
  46.  
  47.        This indicates the message is killed, but has not yet been purged
  48.        from the system. Killed messages are purged with the GM command.
  49.  
  50.    O - The "Old" flag:
  51.  
  52.        This indicates the message has been hanging around
  53.        un-forwarded and un-read for too long.
  54.  
  55.    Y - The "Read" flag:
  56.  
  57.        This indicates the message has been read by its addressee,
  58.        but has not yet been killed.
  59.  
  60.  
  61.  
  62. How do BID's work?
  63.  
  64. The various commands (S, M, CM) work in exactly the same way.
  65. The basic command is S[type] TO [@ AT[.LOC]] [< FROM] [$[BID]]
  66. Data inside [] may be omitted.
  67.  
  68. Messages differ in the following ways:
  69.  
  70.    TO gets translated.
  71.    TO is a callsign.
  72.    TO is an interest group.
  73.    AT gets translated.
  74.    AT is a callsign.
  75.    AT is a distribution list.
  76.    $ field is present.
  77.    $ field is present, with BID.
  78.    Type is B
  79.    Type is P
  80.    Type is T
  81.    Type was not specified.
  82.    Message is held.
  83.  
  84.  
  85. A type B or P message gets a BID if the command that creates the message
  86. has the "$" field.  A message of type B or P gets a default BID if none was
  87. specified and it has a distribution list.  A message of type T never gets a BID.
  88. In the discussion below, the same rules apply whether the message was created
  89. using the S, M, or CM commands.
  90.  
  91.  
  92. Here is how the system behaves:
  93.  
  94.  
  95. 1) If the user sends the message with "$ID" given in the command,
  96.    the message is assigned identifier "ID". If this identifier
  97.    has been seen before, the message is rejected and the text
  98.    "NO - Already have it." is displayed.
  99.  
  100.  
  101. 2) If the user sends the message with "$" given in the command,
  102.    the message is assigned a unique MailBox generated BID. This BID
  103.    is generated from the message number and callsign of the MailBox.
  104.    The message is accepted, since this BID cannot have been seen before.
  105.  
  106.  
  107. 3) If there is a distribution list, and a BID is not given with the command,
  108.    a unique MailBox generated BID is assigned. This BID is generated from the
  109.    message number and callsign of the MailBox OF ORIGIN. If this BID has been
  110.    seen before, the message is put on hold.
  111.  
  112.  
  113. 5) If the user (sysop) attempts to change the BID of a message,
  114.    and the new BID is one that has been seen before, the change is
  115.    rejected, the text "NO - Have it already" is displayed,
  116.    and the message retains its current BID.
  117.  
  118.  
  119. 6) If a message is received from another MailBox, and has a BID
  120.    sent along with it, and has a distribution list that includes
  121.    the MailBox from which the message was received, the message is
  122.    marked as already forwarded to that MailBox.
  123.  
  124.  
  125. Some results of applying these rules:
  126.  
  127.  
  128. 1) A message entered into the system without using "$" in the command
  129.    and without a distribution list may loop within the system.
  130.    These messages are held after they have passed through the system
  131.    a small number of times, normally two.
  132.  
  133.  
  134. 2) A message which was entered with a "$" given in the command
  135.    will be rejected when it is forwarded back to any system it
  136.    previously passed through.
  137.  
  138.  
  139. 3) Messages of type B or P may have a distribution list,
  140.    messages of type T may not.
  141.  
  142.  
  143. 4) There will be no attempt to pass a message which has a BID
  144.    back to the station that sent it to you.
  145.  
  146.