home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FS132_MA.ZIP / EXPLIST.MAN < prev    next >
Encoding:
Text File  |  1993-05-05  |  902 b   |  41 lines

  1. .se Support Files
  2. .vm 1
  3. .vi 3
  4. .rl 2
  5. .da 07 May, 1993
  6. .ss expire control list ([LIBDIR]\news\explist)
  7. .sa expire
  8.  
  9. Explist controls the default functionality of the expire program. Lines
  10. are of the format:
  11.  
  12.   newsgroup[,newsgroup] type days archdir
  13.  
  14. newsgroup: comma seperated newsgroups. "all" metacharacter is valid
  15.  
  16. type: u - unmoderated only
  17.       m - moderated only
  18.       x - either
  19.  
  20. days: number of days to keep the articles
  21.  
  22. archdir: directory to archive expired articles to, or "-" for no archiving
  23.  
  24. Examples:
  25.  
  26. # archive the dirty stories
  27. rec.arts.erotica        m    7    e:\archive\erotica
  28.  
  29. # local groups, keep for some time (a month or so)
  30. slo                x    28    -
  31.  
  32. # override the defaults for some of our favourites
  33. alt.bbs                x    14    -
  34. comp.dcom.telecom        m    14    -
  35.  
  36. # hold most groups for a week
  37. comp,sci,rec,talk,soc,misc,alt    x    7    -
  38.  
  39. # all the rest, keep for 4 days
  40. all                x    4    -
  41.