Re: [squid-users] Regex

From: squidrunner support <squidrunner_dev@dont-contact.us>
Date: Tue, 31 May 2005 21:24:30 -0700 (PDT)

> The mime.conf file employs a dollar at the end of
> regex for file extensions.
> e.g. \.exe$
>
> I omitted the dollar in my own blacklist of
> filetypes, and the ACL seems to deny the
> download of filetypes that I don't want.

$ is used to denote the end of line pattern in a
regexp. It will be matched for any url's as,

[.*].exe

.* is anything in the url
And ending with .exe pattern

hth.

==================================================
Best Regards,
Squid Runner Support
squidrunner_dev at yahoo dot com

Web: http://geocities.com/squidrunner_dev/
Support: runnersupport at gmail dot com

SquidRunner - An Automatic Squid Builder
==================================================

                
__________________________________
Yahoo! Mail Mobile
Take Yahoo! Mail with you! Check email on your mobile phone.
http://mobile.yahoo.com/learn/mail
Received on Tue May 31 2005 - 22:24:33 MDT

This archive was generated by hypermail pre-2.1.9 : Wed Jun 01 2005 - 12:00:04 MDT