Re: Are ttl_patterns case-sensitive?

From: Duane Wessels <wessels>
Date: Mon, 26 Aug 96 11:48:40 -0700

alessio@unipi.it writes:

>The regex used for ttl_patterns are case-sensitive?
>
>Does ".gif$" cover image.GIF as well or we need to add another rule?

They are case-sensitive. You should add another rule, or modify
the source in ttl.c to read:

    if (regcomp(&comp, pattern, REG_EXTENDED|REG_ICASE) != REG_NOERROR) {
        debug(22, 0, "ttlAddToList: Invalid regular expression: %s\n",
            pattern);
        return;

Duane W.
Received on Mon Aug 26 1996 - 11:48:40 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:32:51 MST