home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / x / volume10 / contool / part01 / sample.filter < prev    next >
Text File  |  1990-10-30  |  2KB  |  105 lines

  1. defaults {
  2.    beep                 3
  3.    flash                yes
  4.    open                 no
  5.    stamp                yes
  6.    good_icon            ""
  7.    check_icon           ""
  8.    flash_icon           ""
  9.    print                "lpr"
  10.    log_file             ""
  11.    log_before_filtering no
  12.    timestamp            10
  13.    display              32768
  14.    delete               1024
  15. }
  16. filters {
  17.    {
  18.       match   "su: chuck"
  19.       comment "Track myself becoming super user"
  20.       ignore  no
  21.       beep    0
  22.       flash   no
  23.       open    no
  24.       stamp   yes
  25.    }
  26.    {
  27.       match   "su:"
  28.       comment "Get excited about anyone else becoming superuser"
  29.       ignore  no
  30.       beep    4
  31.       flash   no
  32.       open    yes
  33.       stamp   yes
  34.    }
  35.    {
  36.       match   "Window data lock"
  37.       to      "The offending process"
  38.       comment "Ignore spurious window system messages"
  39.       ignore  yes
  40.    }
  41.    {
  42.       match   "win ioctl number"
  43.       comment "Ignore spurious window system messages"
  44.       ignore  no
  45.       beep    0
  46.       flash   no
  47.       open    no
  48.       stamp   yes
  49.    }
  50.    {
  51.       match   "A tty window"
  52.       to      "Its child"
  53.       comment "Ignore spurious window system messages"
  54.       ignore  no
  55.       beep    0
  56.       flash   no
  57.       open    no
  58.       stamp   yes
  59.    }
  60.    {
  61.       match   "Too large a window number"
  62.       comment "Ignore spurious window system messages"
  63.       ignore  yes
  64.    }
  65.    {
  66.       match   "NFS server"
  67.       comment "Track NFS server message"
  68.       ignore  no
  69.       beep    0
  70.       flash   no
  71.       open    no
  72.       stamp   yes
  73.    }
  74.    {
  75.       match   "yp:"
  76.       comment "Track YP server problems"
  77.       ignore  no
  78.       beep    0
  79.       flash   no
  80.       open    no
  81.       stamp   yes
  82.    }
  83.    {
  84.       match   "/usr/local/frame"
  85.       comment "Ignore various noisy Frame messages"
  86.       ignore  yes
  87.    }
  88.    {
  89.       match   "starting maker"
  90.       to      "maker: Finished"
  91.       comment "Ignore various noisy Frame messages"
  92.       ignore  yes
  93.    }
  94.    {
  95.       match   "maker:"
  96.       comment "Ignore various noisy Frame messages"
  97.       ignore  yes
  98.    }
  99.    {
  100.       match   "fmprintdriver.ps: Using"
  101.       comment "Ignore various noisy Frame messages"
  102.       ignore  yes
  103.    }
  104. }
  105.