> -----Original Message-----
> From: Torsten Eymann
> Sent: Friday, September 06, 2002 4:30 AM
> 
> the rule
> 
> rew whitespace {
>   s@\s@%20@
> }
> 
> is not working correctly. The char 's' is rewritten not whitespaces.
> What is the correctly syntax? If I write @\\s@ the squidGuard would't start.

Both 's@\ @%20@' and 's@ @%20@' work for me.

Do you have a few sample urls that I can test?

Rick Matthews

Reply via email to