Thus spake Gilles Detillieux ([EMAIL PROTECTED]):

Hi!

> exclude_urls: [/foo/[a-z]+[0-9][^abc]\.html] \
>               [/foo/[a-z]+[0-9][^abc]\.php]

I'm now using
        [/phorum/list.php.f=[0-9][0-9]*&..*] \
        [/phorum/read.php.f=[0-9][0-9]*&i=[0-9][0-9]*&t=[0-9][0-9]*&..*]

At least the first case seems to work.
The second doesn't in some cases
(it also includes URLs with e.g. i=1&t=2&a=3), but it at least is
enough for now.

Note that I replaced every "+" to special "*" and replaced the "?"
with "." (could be the reason why it works now, I forgot about its
possible special treatment).

> On what system did you build htdig?  What is the setting of HAVE_BROKEN_REGEX
> in include/htconfig.h (defined or undefined)?

I'm using 
FreeBSD hostname 4.3-STABLE FreeBSD 4.3-STABLE #0: Thu May 31
10:08:42 CEST 2001 root@hostname:/usr/obj/usr/src/sys/KERNCONF  i386

#define HAVE_BROKEN_REGEX 1
                         ^^^ GRRR :-)

Alex

_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to