home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 3 / AUCD3.iso / airport / utils / newshound / newshnd121 / !NewsHound / Docs / ExamplRule next >
Text File  |  1997-07-27  |  1KB  |  44 lines

  1. # NewsHound example rule file (!NewsHound.config.GlobalRule)
  2. # Written By J.Heenan, 1997
  3. #
  4. # THESE RULES MUST BE SEPARATED BY TABS([09])!
  5. # use Ctrl-I in !Edit, or use !Zap (or even !StrongEd)
  6. #
  7. # rules are executed downwards - ie. last rule overrides all previous
  8. #
  9. # for text fields, * means match anything, # any one character
  10. # valid entries for amount field are : art,head,xover or none
  11. #
  12. # Note that the group line is matched to the group currently been fetched -
  13. # /NOT/ the Groups: line in the article
  14. #
  15. # the from line matches the exactly what is in the article
  16. # From: line. if you're matching an email address, it's best
  17. # to put *'s either side.
  18. #
  19. # for lines/bytes/xposts field, entry must be either <xx,<xxk,>xx or >xxk
  20. # where xx is any number (and k indicates kilobytes for bytes field)
  21. #
  22. # Lines beginning # are comments
  23. # Lines beginning $ are section markers AND SHOULDN'T BE REMOVED!
  24. #
  25. # group        subject    from    bytes    lines    msg-id    ref's    x-posts    amount
  26.  
  27. $ default action:
  28. *        *    *       *    *    *    *    *    art
  29.  
  30. $ header only:
  31. *        *    *    *    *    *    *    >2    xover
  32.  
  33. $ max article size:
  34. *        *    *    >8k    *    *    *    *    xover
  35.  
  36. $ exceptions:
  37. comp.binaries.*    *[0/*    *    *    *    *    *    *    art
  38. *    *Acorn FAQ*    *    *    *    *    *    *    head
  39. *    *    *@acorn.co.uk*    *    *    *    *    *    art
  40.  
  41. $ kills:
  42. *        *    *@aol*    *    *    *    *    *    none
  43.