I am using another email account.
I tried to register the website using
moodle/admin/register.php but got this reply.
Phillip Lynch wrote: (sent from DONOTREPLY@moodle.org)
Thanks for registering details of your Moodle site with Moodle.org!
http://website.in.question/moodle
Unfortunately we could NOT accept it for the listing (http://moodle.org/sites).
Reasons for this usually include:
- the site was on an intranet and not accessible from outside
- the site was protected by a password or another method
- the site didn't have any content yet
- the site was obviously only a temporary testing site
If this situation changes in future, please try registering again!
----------------------------------------
The associated email account is now inaccesable and pending.
I found in docs.moodle.org the account re-registration without site registration.
Problem is the closing slash on the website name is required to post to
http://moodle.org/register/
http://website.in.question/moodle/ <----
but I am unable to add it in the administration page when registering so I can't try again.
or can I ?

or should I edit the moodle/admin/register.php line which reads
echo "<input type=\"hidden\" name=\"url\" value=\"$CFG->wwwroot\" />\n";
to test site before registering ?

or is it APPLE OS X problem ?

config.php points to local and is saying (notice missing close slash)
$CFG->wwwroot = 'http://macsystem.local/moodle';
$CFG->dirroot = '/Library/WebServer/Documents/moodle';
What's a teacher to do ?