Project:Spam
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

In the 5.x branch, the spam filter scans content before it is posted and then prevents spam from ever being posted. In the 6.x branch, content is always posted, then unpublished if determined to be spam.

Comments

#1

Here's the fix for node content:
http://drupal.org/cvs?commit=247566

Comments and users still have to be fixed, but I'm out of time for now.

#2

Here's the fix for comments:
http://drupal.org/cvs?commit=247610

#3

I hate doing things twice, but I realized that the way I fixed both of these was incompatible with PHP4. So, I've fixed them to work with PHP4 and PHP5:
http://drupal.org/cvs?commit=247630

#4

Status:active» fixed

And finally, here is the fix for users:
http://drupal.org/cvs?commit=247634

#5

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.