Closed (fixed)
Project:
Spam
Version:
6.x-1.x-dev
Component:
Content (User, Node, Comments)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jun 2011 at 07:45 UTC
Updated:
14 Jul 2011 at 14:11 UTC
If an admin marks a node as spam, the node_save function is called which again calls nodeapi(update) which again calls the spam filters. These get bypassed and the spam count is set to 0, e.g. no spam.
An easy fix would be to not use node_save and do directly unpublish as is done for comments. Slightly ugly though.
Comments
Comment #1
killes@www.drop.org commentedNow fixed.