Link 2a Filter
Filtering-with-NewsProxy Page
The following nfilter file is used to eliminate posts from sporge news gateways based on the X-Complaints-To: header field, using the scoring method. It also shows how to exempt a user within a banned host from being dropped. The newsgroup wildcard can be replaced with a specific newsgroup name if desired. Edit and update as needed.
# 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, then check the
# Regular Expressions box.
#
# Exempt users within a banned host from being dropped
* score:-100 From:.*dinotec@rr.com.*
* score:-100 From:.*john.smith.*
#
# The following hosts are banned
* score:+10 X-Complaints-To:.*bigpond.net.au.*
* score:+10 X-Complaints-To:.*hanaro.com.*
* score:+10 X-Complaints-To:.*infoave.net.*
* score:+10 X-Complaints-To:.*interware.hu.*
* score:+10 X-Complaints-To:.*mchsi.com.*
* score:+10 X-Complaints-To:.*mtu.ru.*
* score:+10 X-Complaints-To:.*news.cn99.com.*
* score:+10 X-Complaints-To:.*proxad.net.*
* score:+10 X-Complaints-To:.*rcn.net.*
* score:+10 X-Complaints-To:.*retelit.it.*
* score:+10 X-Complaints-To:.*rr.com.*
* score:+10 X-Complaints-To:.*shared-secrets.com.*
* score:+10 X-Complaints-To:.*suddenlink.net.*
* score:+10 X-Complaints-To:.*telecomitalia.it.*
* score:+10 X-Complaints-To:.*telepac.pt.*
* score:+10 X-Complaints-To:.*usenetserver.com.*
* score:+10 X-Complaints-To:.*virginmedia.com.*
#
* drop score:10
# End NFilter.dat list
Comments (0)
You don't have permission to comment on this page.