I was thinking about how hard CAPTCHA images are getting to read these days and I had an idea.
I did a Google search for
inurl:"register.php" inurl:forum
I gathered the domain names of the first 50 results that did not have a "translate" link next to them, meaning they were likely to speak English.
I took a minute to generate a comma-delimited list of "support@domain" style email addresses from the list, and added that to the BCC field of an email I sent to myself.
The contents of the email was as follows.
Hello,
I'd love to register on your forum, but it has taken me less time to dig
up this email address and complain than it was taking me to figure out
what the heck that CAPTCHA image says.
I'd like to register using the name "mrjoebert",
my birthday is July 4th 1981,
my email address is this one, "the email this was sent from"
Is there any chance someone could finish the account setup for me and just
send me an activation email I can click or something ?
Thankyou,
Joe
Now, this is something I could write a script to do for me, hell it only took me maybe 15 minutes to do this for the first time by hand.
About 5 minutes after I sent the email I immediately received thirty 550 delivery status failure notifications because there was no "support@~" mailbox registered, and I got an email requesting that I fill out an extremely simple CAPTCHA to confirm I was a human.
Maybe 5 minutes after that I received an email with a link to a registration form that didn't have a CAPTCHA along with an assurance that if I was still having problems they would set it up manually for me.
After another 5 minutes I got an email with the username I requested and a password to use.
So out of those 50 addresses, I got two (4%) that would help me bypass a registration CAPTCHA. And there's still about 15 or so addresses that haven't responded in any way so far.
Now, it wouldn't be hard to have a script do a whois for each domain and gather the administration or technical emails instead of using a generic support@~
I really don't want to push it, so I'm not going to do any more than those original 50 emails, but I can't help but wonder just how many people unknowingly open the doors for spam bots on their forums like this.

Strong with this one, the sudo is.