All of you that read Yahoo Groups as well, know that already.
So this is for the others.
There is a new script called AntiAdBuster that recognizes programs like Proxomitron and refuses access to the protected site like
http://www.funtooshtimes.com/Scott wrote a very simple and powerful filter against this.
It is healthy in other situations as well.
I have modified it a little bit, since the Bounds match didn't work:
Name = "Textarea Protector"
Active = TRUE
Bounds = "$NEST(<textarea,</textarea>)"
Limit = 4096
Match = "1"
Replace = "1"
This filter has to be one of the first in the "Patterns" group.
regards sidki