Or ----
Find the code where the e-mail notification is sent to the new user (i think it is in register.asp or if you look in the code you should see the .inc it's referencing)
Instead of sending an email to the newUser with the link to activate account...how about changing that sendTo to a constant --- your email. And change the email something to the effect: Attention Admin, strNewUser would like to register.
Then change the page that says that they newUser should be recieving an e-mail within 15 minutes else contact your administrator to say something like: Thanks for registering, your account will be active within 24 hours.
It may be a little more overhead --- but if you want control of the registration that should do it. And that way you are changing variables and stuff within quotes instead of a lot of the functional ASP code.
Hope this helps
Kita