home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / sci / physics / 19304 < prev    next >
Encoding:
Text File  |  1992-11-20  |  2.8 KB  |  77 lines

  1. Newsgroups: sci.physics
  2. Path: sparky!uunet!seas.smu.edu!vivaldi!aslws01!aslws01!terry
  3. From: terry@aslws01.asl.dl.nec.com (Terry Bollinger)
  4. Subject: Auto-Deletes of Postings by Name/Phrase
  5. Message-ID: <1992Nov20.153722.5966@asl.dl.nec.com>
  6. Sender: news@asl.dl.nec.com
  7. Nntp-Posting-Host: aslws01
  8. Organization: NEC America, Inc Irving TX
  9. Date: Fri, 20 Nov 1992 15:37:22 GMT
  10. Lines: 65
  11.  
  12. Hi folks,
  13.  
  14. Since there are a lot of different threads and authors on this group,
  15. I thought I'd mention that if you use "rn", you can do very broad
  16. auto-deletes that will ensure that you can keep the focus on what
  17. *you* want to talk about.
  18.  
  19. You do it by explicitly editing (Ctrl-K) your kill file to broaden the
  20. scope of the kills.  Some quick examples (ignore my indenting):
  21.  
  22.     /bollinger/aj
  23.  
  24. ... kills all letters that even *mention* my last name, whether in any of
  25. the header lines, or in the text itself.  This command is indifferent
  26. to case, so it will nail emails containing Bollinger, BOLLINGER, bollinger,
  27. whatever.  You can use entries of this type to ensure that you will never
  28. even see a particular name or concept even mentioned again on your custom
  29. set of threads.
  30.  
  31. If you wish to be a little more precise you can use:
  32.  
  33.     /^from: .*terry/aj
  34.  
  35. ...which would nail only emails sent from my (or whoever's) email name.
  36. This is what you might want if you don't chafe too much at simply seeing
  37. someone mentioned, but do not wish to receive any of their postings.
  38.  
  39. It doesn't have to be just the "from:" field; you can eliminate by using
  40. some other header field name.  For example:
  41.  
  42.     /^newsgroups: .*bizarre/aj
  43.  
  44. ...ensures that any posting cross-referenced to any group containing the
  45. name "bizarre" will be kept out of your thread subset.
  46.  
  47. In fact, if you disdain ALL forms of cross-posting, you can restrict your
  48. subset to postings that do not have *any* cross-references by looking for
  49. the comma that separates more than one group:
  50.  
  51.     /^newsgroups: .*,/aj
  52.  
  53. Finally, you may want a list of generic "don't let me see subjects with
  54. these words in them" entries.  (If you are only basing your kills on
  55. subject lines, you only need "j" at the end instead of "aj".)
  56.  
  57.     /astrol/j
  58.     /crackpot/j
  59.     /joke/j
  60.     /psychic/j
  61.     /ufo/j
  62.  
  63. Remember that these will kill *any* occurrence of the letter sequence you
  64. give, whether upper, lower, or mixed case.  So be careful -- a very short
  65. string is liable to find words you did not intend to get.  (You can ensure
  66. an exact word (vs. part of a word) by using "\b" before and after the word,
  67. as in "/\bufo\b/j" )
  68.  
  69. Because this group is so large and diverse, you have a right to read as
  70. much or as little of it as you wish.  Commands such as the above will,
  71. at least for "rn" users, help provide defacto subgrouping more along the
  72. lines of whatever your interests may be.
  73.  
  74.                 Cheers,
  75.                 Terry Bollinger
  76.  
  77.