e4c85f62505d21f22ba7cf3cc08312ca56835df9 galt Mon Aug 27 15:53:35 2018 -0700 dregs of dregs, i.e. mostly email domains: changing cse to soe diff --git src/hg/lib/botDelay.c src/hg/lib/botDelay.c index 82921fd..70c36ca 100644 --- src/hg/lib/botDelay.c +++ src/hg/lib/botDelay.c @@ -28,35 +28,35 @@ } void botDelayMessage(char *ip, int millis) /* Print out message saying why you are stalled. */ { time_t now = time(NULL); warn("There is a very high volume of traffic coming from your " "site (IP address %s) as of %s (California time). So that other " "users get a fair share " "of our bandwidth, we are putting in a delay of %3.1f seconds " "before we service your request. This delay will slowly " "decrease over a half hour as activity returns to normal. This " "high volume of traffic is likely due to program-driven rather than " "interactive access, or the submission of queries on a large " "number of sequences. If you are making large batch queries, " - "please write to our genome@cse.ucsc.edu public mailing list " + "please write to our genome@soe.ucsc.edu public mailing list " "and inquire about more efficient ways to access our data. " "If you are sharing an IP address with someone who is submitting " "large batch queries, we apologize for the " - "inconvenience. Please contact genome-www@cse.ucsc.edu if " + "inconvenience. Please contact genome-www@soe.ucsc.edu if " "you think this delay is being imposed unfairly.", ip, asctime(localtime(&now)), .001*millis); } void botTerminateMessage(char *ip, int millis) /* Print out message saying why you are terminated. */ { time_t now = time(NULL); hUserAbort("There is an exceedingly high volume of traffic coming from your " "site (IP address %s) as of %s (California time). It looks like " "a web robot is launching queries quickly, and not even waiting for " "the results of one query to finish before launching another query. " "/* We cannot service requests from your IP address under */ these " "conditions. (code %d)", ip, asctime(localtime(&now)), millis); }