While messing with something else.. I noticed some bugs getting by..
Here's one...
http://www.msnbc.com/news/TECH_Front.asp
The code is..
<img src=http://c.msnbc.com/c.gif?NC=1279&NA=1154&PS=28779&PI=7329&DI=305 border=0 height=1 width=1>
Also, in one of the stories..
<img src=http://c.msnbc.com/c.gif?NC=1279&NA=1154&PS=28830&PI=7329&DI=305 border=0 height=1 width=1>
<img src="http://a799.ms.akamai.net/3/799/388/2ebefc7104d681/www.msnbc.com/i/c.gif" width=1 height=1 id=scrollRecord border=0>
In the first two. It looks to me that, "gif" in URL is throwing off the filter. I remember running across this before, just don't remember if I was able to find a workaround... 
Right now I'm using this filter to mark obvious web bugs & my old one to kill any possible web bugs.
BTW, not that I didn't like the awesome RED gif...
However, I changed it to a 'lil bug I found at the bugnosis site.
I removed the white bg & flipped it...
NOTE: If anybody tries the image, you'll need to change the replacement size to 18x18.
--------
Infopros Joint :: Computer Related Links And Discussion (http://"http://infoprosjoint.net/PN/html/index.php")
You inspired me to take another look at my Web Bug filter and I found a problem with it. Here are the updates.
Name = "Replace Web Bugs (eDexter) v2.1"
Active = TRUE
Bounds = "<imgs*>"
Limit = 300
Match = "*(height=$AV([#1:5]))1*"
"& (*(width=$AV([#1:5]))2)"
Replace = "<img src="http://127.0.0.1:80" 1 2 alt="Web Bug">"
Name = "Replace Web Bugs (Standard) v2.1"
Active = FALSE
Bounds = "<imgs*>"
Limit = 300
Match = "*(height=$AV([#1:5]))1*"
"& (*(width=$AV([#1:5]))2)"
Replace = "<img src="http://Local.ptron/tiny_killed.gif" 1 2 alt="Web Bug">"
Facing each other,
a thousand miles apart.