Armando Roque <[EMAIL PROTECTED]> writes: > Hi, > > I have a problems with filter web proxy(SQUID). > Adding keyword "sex" on banned sites, option WebProxy/Url Filter block URL: > http://www.receita.fazenda.gov.br/Legislacao/AtosExecutivos/2004/default.htm
Hi there, the word AtosExecutivos contains indeed the word 'sex'. This is because of a too primitive use of an regexp. A better regexp would be something like: (^|[-\?+=/_])(sex)([-\?+=/_]|$) (you can find it at squidguard.org) but unfortunately this cannot be not added through the web interface. You could do it by hand, though. Simply edit the /usr/share/squidGuard-1.2.0/db/banneddestination/expressions file. my 2 cts, -- Florin http://www.mandrakesoft.com http://people.mandrakesoft.com/~florin/
____________________________________________________ Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com Join the Club : http://www.mandrakeclub.com ____________________________________________________
