M
Mike Dee
How in Xnews do I, for example:
Hilight if 'from' contains "»Q«" in alt.comp.freeware.* [using
assigned color] - All posts by »Q« in this heirarchy are given a
color and are hilighted (flagged, I guess). Or is this done in
scoring with Xnews?
Yeah, all your examples are jobs for scoring in Xnews.
Probably safer to use my message IDs than my from header, unless
you want to play with the MIME encoding.
[^alt\.comp\.freeware]
Score:: =1
Message-ID: itsmeitsQ@
A score of one will make the post blue; higher scores will give
different colors, but I don't have the colors memorized.
Highlight if 'subject' matches the regular expression
"(Blowfish|Blowfish ?Advanced)" in * [using assigned color] - So
all posts with Blowfish or Blowfish Advanced in the Subject are
hilited in all heirarchies. Again; Is this done in scoring, not
filtering with Xnews?
[.]
Score:: +50
Subject: Blowfish
The +50 adds to the post's score rather than assigning it a score
of 50. Any Subject that matches "Blowfish Advanced" will also
match just "Blowfish", so I left that part out.
Kill if 'subject' matches the regular expression "^\[?F ?A.?" to
filter out all those FA posts I'm not interested in?
Killing is done by giving posts a score of -9999. If you're ever
unsure a regex does quite what you want, you can test bye using a
negative score not quite so low.
[.]
Score: -9999
Subject: ^\[?F\s?A
A .? at the end of a regex doesn't add anything. That one needs
some work, as it would kill a Subject such as "Fathers and sons".
Probably ^\[f\s?a\b would do what you want.
Anyway, I guess I'm just not finding Xnews filters easy to
impliment as I did with MTNW, which had easy to use dialogs so
that even comatosed brains like mine could work it out without
having to think too hard about it.
There's a scoring dialog (Article | Add to score file) which will
let you create scoring rules based on a few of the current post's
headers. I only use it for quickly killing or watching threads and
subthreads (the radio buttons at the bottom). For anything else,
I edit the score file directly.
Thanks very much »Q«

This clears up a lot for me. Not to mention a good starting point into
Filters vs Scoring in Xnews. Frankly, I've been put off looking deeper
into the issue of Xnews score files and how they work. but your post
has helped a lot to allay my fears.
Ah goody. I see someone has made several posts to a.c.f this afternoon
and warrents a little scoring

Cheers