home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / OFFLINE / QWKM105.ZIP / NAMES.DOC < prev    next >
Text File  |  1992-04-05  |  2KB  |  44 lines

  1.                                NAMES.DOC
  2.  
  3. I've had several requests from users wanting the ability to save only
  4. messages to or from particular users in various conferences.  I have
  5. implemented this feature in registered versions in the following manner.
  6.  
  7.  
  8. Pressing F4 while in the conference configuration area in QWKCfg will
  9. now start your text editor to edit a list of names for QWKMerge to use
  10. during merge processing.  This name list file will be attached to the
  11. current BBS configuration file when it is saved.
  12.  
  13. Each line of the list should have the following format:
  14.  
  15. USER NAME {, conf#, conf#, conf#}
  16.  
  17. Note that the special user name "EVERYONE" is used to override the
  18. selection list for selected conferences.  Using the following sample
  19. list:
  20.  
  21. EVERYONE, 0
  22. ALL
  23. MIKE KING
  24. HERB SMITH, 36, 192
  25.  
  26. "EVERYONE, 0" will cause QWKMerge to ignore name matching in conference
  27. 0 and save all messages without regard to any names in the list.
  28.  
  29. "ALL" with no conference numbers will cause QWKMerge to save all
  30. messages addressed to ALL in every conference.
  31.  
  32. Likewise, "MIKE KING" will cause QWKMerge to save all messages to/from
  33. MIKE KING in every conference.
  34.  
  35. "HERB SMITH, 36, 192" will cause QWKMerge to save all messages to/from
  36. HERB SMITH only in conferences 36 and 192.
  37.  
  38. The special user name EVERYONE can have up to 10 conference numbers
  39. attached to it.  All the others are limited to a maximum of 3 conference
  40. numbers.
  41.  
  42. IMPORTANT: Don't forget use commas to separate the user names and
  43. conference numbers.
  44.