| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

link4

Page history last edited by PBworks 16 years, 2 months ago

Link 4 Filter

Filtering-with-NewsProxy Page

 

The following nfilter file is used to eliminate posts that are crossposted to specified undesirable newsgroups based on the Xref: or Newsgroups: header field, using the scoring method. The newsgroup wildcard can be replaced with a specific newsgroup name if desired. Edit and update as needed.

 

Place desirable groups at the top and give them a low score. Add undesirables as you discover them and give them a high score. Drop all messages with the high scores. There is no need to limit the number of crossposts.

 

Note: There is no reason to list the a particular desirable newsgroup as long as no part of its name appears within the undesirables filter list. For example, if you wanted to retain comp.sci.kooks but not other kooks newsgroups, you'd need to add that newsgroup to your desirables list per these examples.


 

# Start Nfilter.dat list

# Any line that starts with a # is a comment line and will be ignored.

# Blank lines are not permitted.

# This list requires that "Enable Regular Expressions" be turned on.

# In NewsProxy Click Edit | Configuration, check the

# Regular Expressions box.

#

# Keep desirable newsgroups

* score:-100 Xref:.*comp.sci.kooks.*

#

# drop messages with undesirable newsgroups

* score:+10 Xref:.*kook.*

* score:+10 Xref:.*flame.*

* score:+10 Xref:.*politic.*

#

* drop score:10

# End NFilter.dat list


 

If your news server can read the Newsgroups: field, that would be better than using the Xref: field since the Newsgroups: field will contain *all* the crossposts, whereas Xref: contains only those crossposts your news server recognizes.

 

# Start Nfilter.dat list

# Any line that starts with a # is a comment line and will be ignored.

# Blank lines are not permitted.

# This list requires that "Enable Regular Expressions" be turned on.

# In NewsProxy Click Edit | Configuration, check the

# Regular Expressions box.

#

# Keep desirable newsgroups

* score:-100 Newsgroups:.*comp.sci.kooks.*

#

# drop messages with undesirable newsgroups

* score:+10 Newsgroups:.*kook.*

* score:+10 Newsgroups:.*flame.*

* score:+10 Newsgroups:.*politic.*

#

* drop score:10

# End NFilter.dat list

Comments (0)

You don't have permission to comment on this page.