From 98a5edc74a94e212ae89590798fd1ec0e41d1656 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Fri, 5 Feb 2010 21:41:31 +0000
Subject: [PATCH] Unbreak the fun filter. Due to an unescaped dot in a negative
 look-ahead, it overlooked quite a few 'Microsoft' occurrences.

Regression introduced in r1.32 by yours truly.
Reported by 'thawt' in #2946394.
---
 default.filter | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/default.filter b/default.filter
index c845cedb..041562f5 100644
--- a/default.filter
+++ b/default.filter
@@ -2,11 +2,11 @@
 # 
 #  File        :  $Source: /cvsroot/ijbswa/current/default.filter,v $
 # 
-#  $Id: default.filter,v 1.75 2009/10/03 10:39:33 fabiankeil Exp $
+#  $Id: default.filter,v 1.76 2009/10/03 10:40:05 fabiankeil Exp $
 #
 #  Purpose     :  Rules to process the content of web pages
 # 
-#  Copyright   :  Written by and Copyright (C) 2001-2009 the
+#  Copyright   :  Written by and Copyright (C) 2001-2010 the
 #                 Privoxy team. http://www.privoxy.org/
 #
 # We value your feedback. However, to provide you with the best support,
@@ -422,7 +422,7 @@ FILTER: fun Text replacements for subversive browsing fun!
 
 # SCNR
 #
-s/microsoft(?!.[^\s])/MicroSuck/ig
+s/microsoft(?!\.[^\s])/MicroSuck/ig
 
 # Buzzword Bingo (example for extended regex syntax)
 #
-- 
2.49.0