Jeff Chan wrote:
On Wednesday, July 28, 2004, 5:32:16 AM, Jeff Chan wrote:
OK I fixed the underlying cause of this.
I had an expression that was removing www[0-9]*. in order to remove www, www2, etc. and it matched www30.com, taking it down to just com. I changed that to match only "www" and will let the "chop two level domains" expression which matches gtlds catch www2, etc. instead (which is tested and working correctly).
Thanks very much for your work Jeff.