I'd like to write a rule that will kill all the messages in a
particular group EXCEPT those from certain people. Here's what
I've tried:
news.group {
killthreshold 10
10 pattern from "Joe User"
10 pattern from "Jay Random"
10 pattern from "Large Marge"
}
... and it ain't working. VSoup gives an error failing to parse
the killthreshold line. Can anybody tell me what's wrong?
-- Mark E. Smith <msmith@lvnworth.com>