home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FS132_LI.ZIP / EXPLIST < prev    next >
Text File  |  1991-08-12  |  840b  |  40 lines

  1. # explist
  2. #
  3. # expire control for FSUUCP 1.2
  4. #
  5. # lines beginngin with "#" are comments
  6. # blank lines are ignored
  7. #
  8. # format:
  9. #
  10. # newsgroup,newsgroup type days archdir
  11. #
  12. # newsgroup: comma seperated newsgroups. "all" metacharacter is valid
  13. #
  14. # type: u - unmoderated only
  15. #       m - moderated only
  16. #       x - either
  17. #
  18. # days: number of days to keep the articles
  19. #
  20. # archdir: directory to archive expired articles to, or "-" for no archiving
  21. #
  22. # example:
  23. #
  24.  
  25. # archive the dirty stories
  26. rec.arts.erotica        m    7    e:\archive\erotica
  27.  
  28. # local groups, keep for some time (a month or so)
  29. slo                x    28    -
  30.  
  31. # override the defaults for some of our favourites
  32. alt.bbs                x    14    -
  33. comp.dcom.telecom        m    14    -
  34.  
  35. # hold most groups for a week
  36. comp,sci,rec,talk,soc,misc,alt    x    7    -
  37.  
  38. # all the rest, keep for 4 days
  39. all                x    4    -
  40.