I'm thinking about this (in sub-domain capable wpmu),
When user sign-up without blog, they have option to create a blog, or just username only.
if new user select username only, they can login to dashboard, and changed profile, including their website address.
if they create a blog, this value is their user.wpmu-domain.com,
but if they only create a user name, this value is wpmu-domain.com (sure they can change this to whatever)
what if, when the user register a username, but without creating a blog, they can change the website address in their profile, then every request to user.wpmu-domain.com will be redirected to user's website address?
it's just like a sub-domain redirector, but with an option to create a WP blogs.
my idea is combining such scripts like miliscript (http://www.milliscripts.com/) free php redirection script with wpmu, but that just a waste of time.
perhaps anyone here can do a bit hack with index.php (wp-header.php) and .htaccess, to check whether a subdomain already registered with a blog, or just a username only, then redirect to user's website address if there's no blog set up.
again, a modification also needed in user profile's page to set-up a blog with user's name/sub-domain, which then will change user's website address to default his/her wpmu-subdomain.
it would be great if wpmu can do this