From 2aa2632e43fb79c2a927c1d4acbdaa6b19e28a4e Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 25 Jan 2008 19:12:40 +0000 Subject: [PATCH] - Add yet another new yahoo ad id. - Don't let the first banners-by-link job punish URLs for merely containing the pattern "/jump/" when it should really look for "doubleclick\.net/jump/". --- default.filter | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/default.filter b/default.filter index 22a8cf7f..db161fc9 100644 --- a/default.filter +++ b/default.filter @@ -2,7 +2,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.filter,v $ # -# $Id: default.filter,v 1.54 2007/12/31 19:11:31 fabiankeil Exp $ +# $Id: default.filter,v 1.55 2007/12/31 19:53:59 fabiankeil Exp $ # # Purpose : Rules to process the content of web pages # @@ -293,7 +293,7 @@ s@\1\s]*?(?:\ adclick # See www.dn.se \ | advert # see dict.leo.org \ | atwola\.com/(?:link|redir) # see www.cnn.com \ -| /jump/ # redirs for doublecklick.net ads \ +| doubleclick\.net/jump/ # redirs for doublecklick.net ads \ | counter # common \ | (?@\n\n$0@ @@ -830,6 +830,9 @@ s@^X-Privoxy-Control:.*@@i # # Revisions : # $Log: default.filter,v $ +# Revision 1.55 2007/12/31 19:53:59 fabiankeil +# Let the msn filter remove the width limitation again. +# # Revision 1.54 2007/12/31 19:11:31 fabiankeil # - Let the yahoo filter remove the width limitation again. # - Teach the blogspot filter to remove useless feed comment -- 2.49.0