home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / OSKBox.lzh / MAILBOX / HELP / list < prev    next >
Text File  |  1990-03-16  |  4KB  |  89 lines

  1. The List command is used to find out what messages are in the mailbox. 
  2. The simplest form of the command is: 
  3.  
  4.          L 
  5.  
  6. which will list all the messages entered since you were last logged in. 
  7. If this is your first time on the system this is likely to be a long list 
  8. since you haven't seen any of them yet.  You can terminate the list by
  9. sending ^C (Ctl-C) to the mailbox.  (Note: Some TNCs require the use of
  10. a "pass character" to send ^C.  This character, usually ^V, must preceed
  11. the ^C in order to avoid going into command mode.)
  12.  
  13. Each message is given a number when it is entered which is shown on the left
  14. in the listing.  The next column shows the message type and a Y or N depending
  15. on whether or not it has been read by its addressee, or an F if it has been
  16. forwarded to its target mailbox.  Message types are described below.  The next
  17. column shows the size of the message in characters.  This is followed by the
  18. callsign of the sender and adressee of the message.  Messages can also be
  19. addressed to "QST" or "ALL" if they are of a general nature.  The next column
  20. shows the mailbox the addressee can be reached at if he doesn't use this one. 
  21. The mailbox will automatically forward messages to other mailboxes during
  22. certain times of the day, assuming that the target mailbox can be reached. 
  23. The next column shows the date and time the message arrived at the BBS, or the
  24. date and year if the message is over a year old.  The last column is a brief
  25. description of the contents of the message.  The listing can be terminated by
  26. sending a ^C to the mailbox.  A few lines that are in transit will be sent
  27. after the ^C. 
  28.  
  29. Another form of the list command is: 
  30.  
  31.          L <number> 
  32.  
  33. where <number> is a message number.  This will list all the messages 
  34. from the latest back to message number <number>.  A variation of this 
  35. is the "List Last" command: 
  36.  
  37.          LL <number> 
  38.  
  39. This time the argument refers to the number of messages you want to 
  40. see.  For example, LL 10 will list the last 10 messages that were 
  41. added to the mailbox.  To list only those messages addressed to you, 
  42. give the command: 
  43.  
  44.          LM 
  45.  
  46. (for "List Mine").  If you want to see the messages addressed to 
  47. someone else, use: 
  48.  
  49.          L> <callsign> 
  50.  
  51. which will list all messages going to the specified callsign.  Bulletins
  52. are often addressed to a particular address to classify messages of common
  53. interest.  For instance, ARRL bulletins are sent to the address ARRL and can
  54. be listed with the command "L> ARRL".  You can download the file "bulletins"
  55. with the command "D BULLETINS" for a complete list of such addresses.
  56.  
  57. The form:
  58.  
  59.          L< <callsign> 
  60.  
  61. will list all messages sent by the specified station.  Messages 
  62. scheduled to be forwarded to a particular mailbox can be listed with 
  63. the form: 
  64.  
  65.          L@ <mailbox> 
  66.  
  67. Messages which have been read by the addressee will be marked with a Y 
  68. in the second column.  The following command will list those messages 
  69. which have been read: 
  70.  
  71.          LY 
  72.  
  73. Messages are also given a message "type", which is a single letter and 
  74. appears in the second column of the message listing.  To list messages 
  75. only of a certain type, use the form: 
  76.  
  77.          L<type> 
  78.  
  79. (notice that there is no space between the L and the type).  For
  80. example, LB will list all the messages of the Bulletin type.  Messages
  81. of some types have special characteristics.  The type P is for private
  82. messages and will only show up in the listings made by the sender or the
  83. addressee.  The type T is used for NTS traffic and won't show up until
  84. the command to list that particular type, i.e.  LT, is used.  The Y, L
  85. and M types cannot be used since they are needed for the List Delivered,
  86. List Last and List Mine commands described above.  Other assignments of
  87. message types will be announced by the SYSOP. 
  88.  
  89.