Archive of UserLand's first discussion group, started October 5, 1998.
Re: More NSI tomfoolery: Terms of Use for whois
Author: Dave Winer Posted: 7/7/1999; 4:40:49 PM Topic: More NSI tomfoolery: Terms of Use for whois Msg #: 8307 (In response to 8288) Prev/Next: 8306 / 8308
Here's the code that removes NSI's offensive message:
local (i, ix); whoResult = string.replaceAll (tcp.examples.whois (domainName), "\n", "\r\n") for i = 1 to 3 //pop off the first three lines ix = string.patternmatch ("\r", whoResult) whoResult = string.delete (whoResult, 1, ix + 1)At the same time, I feel it is best to shut down whois.userland.com, at least temporarily. This is beginning to feel like a legal minefield.
This page was archived on 6/13/2001; 4:51:19 PM.
© Copyright 1998-2001 UserLand Software, Inc.