* used2be wrote:
or maybe i should say, how do *i* get rid of him? i'm using OE as
a newsreader.
any suggestions?
Don't know how you would go about it in OE, but I use Thunderbird
and it's easy to go into Profile/news/news/messageFilterRules.dat
and add the filter:
version="8"
logging="no"
name="Delete unwanted NG msgs"
enabled="yes"
type="4"
action="Mark read"
action="Ignore thread"
condition="OR (subject,contains,CMSG Cancel) OR
(subject,contains,M.I) OR (subject,contains,M,I) OR
(subject,contains,M-I) OR (subject,contains,M`I) OR
(subject,contains,M'I) OR (subject,contains,M I)"
This is effective for all newsgroups, but putting it in that folder,
it's only needed one time -- at least as far as I know -- I did it a
few days ago and now can't see any of his old stuff and nothing new
has turned up in a few days. (The CMSG also hides the msgs which
are inserted when a newsgroup cancels the msg.) These group of
subjects should work for awhile since that's all he's been using for
some time. Who knows, perhaps he'll turn up with something new to
add! Miles
If your newsreader program can do regular expressions,
set the subject filter to ignore:
^M[,-`' \.]?I[,-`' \.]?5[,-`' \.]?P[,-`' \.]?
to also ignore people's responses, add:
^Re: M[,-`' \.]?I[,-`' \.]?5[,-`' \.]?P[,-`' \.]?
Note that this only filters out subjects that start with
things like M.I`5'P, not ones that have these strings
elsewhere than at the beginning.
Remove the ^ at the beginning to match the string anywhere.
(If I had done this, I would not have seen your post).