spam content not prevented
Jeremy - August 6, 2009 - 16:44
| Project: | Spam |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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.

#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
And finally, here is the fix for users:
http://drupal.org/cvs?commit=247634
#5
Automatically closed -- issue fixed for 2 weeks with no activity.