i saw that since some time back you have problems with those spambots.
therefore i would like to share you my solution that has proven to be very effective (at least, it worked on my own forums where since the solution i have had 0 spam incidents)
how it works:
key = prevent the bot from getting registerd
1. first log in to admin panel.
2. go to the tab "users and groups" 3. in the left menu go to "custom profile fields" 4. create a new field. For example name it BotQ
from the dropdown list pick it to be a textfield 5. make the setting like in this image:
make sure you checked the visibility options as shown! it has to be a required field and therefore show up on registration page
so now it does not even matter what someone fills into the field, as long something is filled in. but the bot registration scripts dont know how to handle this field. therefore registration can not be completed (its required field).
result:
(might have to code it in manually because of the custom template but that wont be a big problem)
as sayed above, for my personal site it works perfect for a long long time like this and had 0 spam bots since than

hope you can use this info too.