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