Re: About regex in the crawl-urlfilter.txt config file

2006-02-23 Thread Jack Tang
Hi I think in the url-filter it uses contain rather than match. /Jack On 2/23/06, Elwin [EMAIL PROTECTED] wrote: # accept hosts in MY.DOMAIN.NAME +^http://([a-z0-9]*\.)*MY.DOMAIN.NAME/ Will this pattern accept url like this http://MY.DOMAIN.NAME/([a-z0-9]*\.)*/? I think it's not, but in

Re: About regex in the crawl-urlfilter.txt config file

2006-02-23 Thread Elwin
Oh I have asked a silly question about regex, hehe. 2006/2/23, Jack Tang [EMAIL PROTECTED]: Hi I think in the url-filter it uses contain rather than match. /Jack On 2/23/06, Elwin [EMAIL PROTECTED] wrote: # accept hosts in MY.DOMAIN.NAME +^http://([a-z0-9]*\.)*MY.DOMAIN.NAME/ Will