Re: Only include logs that has a certain string

"Aengus" <[email protected]>
Newsgroups gmane.comp.web.analog.general
Message-ID <00ad01c8337e$b28a67d0$a6041fac@WC515ALawlo>
Stephen Turner <[email protected]> wrote:
> It turns out this is a problem with case insensitivity, though it's
> less clear what to do about it. If you're on a case insensitive
> filesystem (such as Windows), all the filenames are lower-cased, and
> so all the FILEINCLUDEs are lower-cased too to match. That way *test*
> and *TEST* will both match.
> 
> The problem is that the lower casing only applies to the stem of the
> URL, not the query string; but analog doesn't know that the
> FILEINCLUDE is targetted at the query string, so it's looking for
> "desc" and not finding it.
> 
> A workaround is to use
>  FILEINCLUDE REGEXP:DESC
> That still does a case insensitive match, but the case insensitivity
> is handled by the regexp engine not by folding the specification to
> lower case, so it will match.

Wow!

:-)

Aengus

+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.meer.net/mailman/listinfo/analog-help
|
|  Analog Documentation: http://analog.cx/docs/Readme.html
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.