This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Syntax for Url Exception

I have 2 urls that I need to create exceptions for and are new to the syntax that is required; the urls are below:

http://*.mailshell.net/*
http://update.gfi.com/*

I tried this but there are still exceptions in the live log:

^http?://([A-Za-z0-9.-]*\.)?mailshell.net/*
^http?://([A-Za-z0-9.-]*\.)?update.gfi.com/*

Thanks


This thread was automatically locked due to age.
  • Try 
    ^https?://[A-Za-z0-9.-]*update\.gfi\.com/

    In fact, yours should have worked, so if you still get blocks, please post a sample line from the Web Filtering log.  Also, say whether you're in Standard or Transparent mode.

    Cheers - Bob
  • Thanks - the exceptions are to allow access to these urls, for downloads, anonymously. It is working but I saw some exceptions in the live log; just wanted to be sure the syntax was correct.