This version was not catching NAY comment spam, and even with the highest level of logging was not logging anything when comments were being posted.

Traced to parameter order of "spam_comment" being incorrect...

function spam_comment($action, $comment) {

should be....

function spam_comment($comment, $action) {

Comments

jeremy’s picture

Assigned: Unassigned » jeremy
Status: Active » Fixed

Thanks! Please download 2.1.1 which addresses this issue.

mjohnq3’s picture

Works fine now for Comments. However Book page content is not being filtered and Probability links for Book pages are not shown, either.

jeremy’s picture

Please open new issues when talking about new problems. Do not tack on new problems to existing issues.

As for your problem, you may want to read INSTALL.txt to better understand how the spam module works, and what configuration is required. Be sure to go to admin >> settings >> spam, and enable the filtering of "book page content". Only comment filtering is enabled by default.

mjohnq3’s picture

I have enabled it for Book page content and it does not work. Since there was a problem in the code for Comments it just seems possible that an error may exist related to Book pages. I used the 2.0.13 version this module with Drupal 4.6 and everything worked fine.

In addition, when I go to the Downloads page via the above link and click on either the gz or bz2 links to download v2.1.1 I receive a Page Not Found notification.

Anonymous’s picture

Status: Fixed » Closed (fixed)