#59482 htdig: exclude_urls default not sufficient (should include .pl and ?)

Package:
htdig
Source:
htdig
Description:
web search and indexing system - binaries
Submitter:
Date:
2005-07-18 03:57:56 UTC
Severity:
normal
#59482#5
Date:
2000-03-02 22:19:31 UTC
From:
To:
It would be better to use
exclude_urls:         /cgi-bin/ .cgi ? .pl
as default.

because i had a php3 script (memory game) which was looped forever by htdig
filling up my discspace... :-(
Adding a single question mark to the exclude_urls parameter resolved this.