home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / OSKBox.lzh / MAILBOX / CC / DOCS / bidclean.doc < prev    next >
Text File  |  1993-04-25  |  2KB  |  51 lines

  1. NAME:
  2.  
  3.      bidclean - bulletin maintenance
  4.  
  5. AUTHOR:
  6.  
  7.      Eric Williams  WD6CMU, 71336,1424
  8.  
  9. SYSTEM CONFIGURATION:
  10.  
  11.      OS9/68K, MW C v2.0
  12.  
  13. SYNTAX:
  14.  
  15.      bidclean
  16.  
  17. DESCRIPTION:
  18.  
  19.      bidclean is designed to aid in the maintenance of the mailbox system
  20. by removing older versions of periodic bulletins.  Examples of periodic
  21. bulletins are satelite and propagation reports.  These bulletins often
  22. have serialized BIDs, which bidclean can detect.  The program is designed
  23. to be executed on a periodic basis by the cron program.
  24.  
  25.      The file /dd/mailbox/bidclean.lst is a text file which contains one or
  26. more BID prefixes.  bidclean will attempt to perform a case-independant
  27. match between these prefixes and the BIDs of bulletins.  If it finds
  28. bulletins that match, the values of the integers following the prefix in
  29. the BIDs is evaluated, and these values from matching bulletins are
  30. compared.  The bulletin (or bulletins) with the highest value following the
  31. prefix will be retained and the others deleted.  An entry in the logfile is
  32. made for each message deleted under the callsign BIDCLN. 
  33.  
  34.      Note that some assumptions are made by bidclean: One is that the form
  35. of the BID is a prefix followed by a number.  (For example: ARLS060)  This
  36. is true for many common periodic bulletins, but some may use a letter
  37. following the number as part of the serial number.  In this case, bidclean
  38. will stop evaluation of the serial number at the first non-numeric
  39. character.  Another potential difficulty is that many bulletin sources
  40. reset their serial number at the beginning of the year.  It might be
  41. advisable, in this case, to disable the execution of bidclean for the first
  42. few days of the year and to manually remove old bulletins until the new
  43. sequence is established. 
  44.  
  45.  
  46. BUGS:
  47.  
  48.      Currently, there is a maximum capability of 50 prefixes and 50
  49. bulletins with the same prefix. 
  50.  
  51.