|
... d type a capital K.
You'll see this at the
bottom of your screen:
AUTO (k)ill or (s)elect (CR => Kill subject 30 days)
southport web space
If you hit return, nn will ask you which article's subject you're
tired of.
Choose one and the article and any follow-ups will disappear,
and you won't see them again for 30 days.
If you type a lower-case k instead, you'll get this:
AUTO oregon domain hosting KILL on (s)ubject or (n)ame (s)
web space oregon
If you hit your S key web space oregon or just enter, you'll see this:
southport web space
KILL Subject: (=/)
Type in the name of the offending word or phrase and hit enter.
You'll then be prompted:
KILL in (g)roup 'eff.test' or in (a)ll groups (g)
except that the name of the group you see will be the one you're
actually in at the moment. Because cascaders and other annoying
people often cross-post their messages to a wide range of newsgroups,
you might consider hitting a instead of g. Next comes:
Lifetime of entry in days (p)ermanent (30)
The P key will screen out the offending articles forever, while
hitting enter will do it for 30 days. You can also type in a number
of days for the blocking.
Creating killfiles in rn works differently -- its default
killfile generator only works for messages in specific groups, rather
than globally for your entire newsgroup list. To create a global
killfile, you'll have to write one yourself.
To create a killfile in rn, go into the newsgroup where the
offending messages are and type in its number so you get it on your
screen. Type a capital K. From now on, any message with that subject
line will disappear before you read the group. You should probably
choose a reply, rather than the original message, so that you will get
all of the followups (the original message won't have a "Re: " in its
subject line). The next time oregon domain hosting you call up that newsgroup, rn will tell
you it's killing messages. When it's done, hit the space bar to go
back into reading mode.
To create a "global" kill file that will automatically wipe out
articles web space oregon in all groups you read, start rn and type control-K. This
will start your whatever text editor you have as your default on your
host system and create a file (called KILL, in your News
subdirectory).
On the first line, you'll type in the word, phrase or name you
don't want to see, followed by commands that tell rn whether to search
an entire message for the word or name and then what to do when it
finds it.
Each line must be in this form
webdesign oregon /pattern/modifier:j
"Pattern" is the word or phrase you want rn to look for. It's
case-insensitive: both "test" and "Test" will be knocked out. The
modifier tells rn whether to limit its search to message headers
(which can be useful when the object is to never see messages from a
particular person):
a: Looks through an entire message
h: Looks just at the header
You can leave out the modifier command, in which case rn will
look only at the subject line of messages. The "j" at the end tells rn to
screen out all articles with the offending word.
So if you never want to see the word "foo" in any header, ever again,
type this:
/foo/h:j
This is particularly useful for getting rid of articles from
people who post in more than one newsgroup, such as cascaders, since
an article's newsgroup name is always in the header.
If you just want to block messages with a subject line about
cascades, you could try:
/foo/:j
To kill anything that is a followup to any article, use this
pattern:
/Subject: *Re:/:j
When done writing lines for each phrase to screen, exit the text
editor as you normally would, and you'll be put back in rn.
One word of caution: go easy on the web space oregon global killfile. An
extensive global web space oregon killfile, or one that makes frequent use of the a:
modifier can dramatically slow down rn, since the system will now have
to look at every single word in every web space oregon single message in all the
newsgroups you want to read.
If there's a particular person whose posts you never want to see
again, first find his or her address (which will be in the "from:" line
of web space oregon his postings) and then write a line in your killfile ... |