After having taken a few unexpected months off from most Drupal activities, I've been dipping my toes back into the water this week.
It's great to see that Drupal 5.0 has been officially let loose into the world. I'd played with and tested some of the pre-release dev versions, so it isn't entirely new territory for me, but I've still got a bit of catching up to do. I'm working on the first production site with 5.0, and I'm loving it. Cheers to everyone who has worked so hard to make it happen.
So that's the good.
The "not so good" is the spam on this pre-5.0 era blog. Lots of it! I use the captcha module for anonymous comments, and have been accustomed to the empty comment spam phenomenon (see also here and here)
It looks as though this may have been addressed in a fix to the comment module itself as of Dec. 12, 2006. However, I'd already used the following hack to the comment module in the comment_validate($edit) function:
if(trim($edit['comment']) == '')
{
form_set_error('comment', t('You have to supply some content in the comment.'));
}So far that seems to be doing the trick.
But it wasn't the empty comment spam that got my attention, it was all the real "full of links" variety of spam that this site had accrued in my absence.
My best guess is that this is due to a bug in the captcha module, for which I've submitted an issue. I'm sure that I've read about this particular problem (defeating captcha with a space) before, however -- so I surprised to not be able to find mention of it in the module's issue queue or by searching the drupal.org forums. Installed the latest and greatest in the 4.7.x series of the module, but still no joy.
Anyone know what the deal is with that? Like I say, I've been a bit out of touch for awhile. There's always Akismet, of course.






Welcome back :)