home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09961.iso / srvmisc / dnews24p.exe / data.z / expire.conf < prev    next >
Text File  |  1995-10-26  |  3KB  |  55 lines

  1. ## This file will probably not need changing, the rules should be general
  2. ## enough to work on any system, but you may need to tune them if you have
  3. ## specific needs.
  4. ##
  5. ## When diskuse is less than x, apply these rules.  Rule syntax:
  6. ## 
  7. ##   DISKUSE x GROUPS wildlist KEEP n DEFAULT n PURGE n MAXITEMS n MINITEMS n
  8. ##
  9. ## LAST matching news group record with correct diskuse is applied so 
  10. ## put defaults at the top. NOT the bottom.
  11. ##
  12. ## diskuse %of_total    Measured in megabytes.  Must start each line
  13. ## groups list,...    Wildcard list of news groups
  14. ## minitems n    Don't apply date rules if less than this many in group
  15. ## maxitems n    Delete items until there are less than this many items.
  16. ## keep days    Keep item this long even if expired header disagrees
  17. ## default days    Keep item this long unless expire head sais otherwise
  18. ## purge days    Delete after this long even if expired header disagrees
  19. ## remember days    Number of days to remember we 'had' an article.
  20. ## total meg    The total is defined in the news.conf file.
  21. ##
  22. ##
  23. ## For a full feed, you need to have gaps between normal and panic which
  24. ## are AT LEAST as big as one days feed.  (e.g. 100-200 Megabytes.)
  25. ##
  26. ## The last matching rule is used so the normal use rules here apply 
  27. ## from 60 meg - 120 meg disk used.
  28.  
  29. # How many days to keep entries in the history file.
  30. remember 7
  31.  
  32. # If we are way over. (this must be here or no rules match past 90%!!!)
  33. upto 10000% groups * keep 0 default 1 purge 10 maxitems 0 minitems 0
  34.  
  35. # Start to panic a lot
  36. upto 110% groups * keep 0 default 1 purge 2 maxitems 2 minitems  0 
  37. upto 99% groups * keep 0 default 1 purge 10 maxitems 10 minitems  0 
  38. # Start to panic a little
  39. upto 90% groups * keep 0 default 2 purge 33 maxitems 100 minitems  0 
  40.  
  41. # Normal operation, put your meaningfull settings here.
  42. # Settings for min and max items are a matter of taste, remember some 
  43. # older news readers don't deal with large numbers of items very well.
  44. upto 85% groups * keep 0 default 5 purge 33 maxitems 200 minitems  5
  45. upto 80% groups * keep 0 default 10 purge 33 maxitems 500 minitems  5
  46. upto 75% groups * keep 5 default 20 purge 33 maxitems 1000 minitems 20
  47. upto 60% groups * keep 5 default 30 purge 33 maxitems 2000 minitems  100
  48.  
  49. # Lots of space, just stop things getting silly (e.g. 10000 items in...)
  50. upto 30% groups * keep 5 default 30 purge 33 maxitems 3000 minitems  200
  51. upto 20% groups * maxitems 2000 
  52.  
  53. # Local groups, maybe we want to keep them forever
  54. # upto 1000% groups local.* keep 9999 minitems 99999 maxitems 999999
  55.