After building an OE-like reader and fighting
with the user interface I had an epiphany.
Why re-invent the wheel? Instead of a reader
I'm writing a server that sits between the user
and the news group. Any newsreader can be used
with it by simply entering localhost instead of
news.microsoft.com (or whatever). The newsreader
will talk to the local server, which in turn relays
it to the remote newsgroup. It's a much simpler
and effective solution. (I'm using it now!)
The challenge is going to be the filter. Spam
killers have the same problem, that is, identifying
what is desirable and what is not. Fortunately,
it's an easy matter to zap anything with a
***YAWN*** in it. Thanks e-pox, for being so
damn repetitive. What a maroon.
kpg