Closed (fixed)
Project:
Spambot
Version:
6.x-3.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 May 2011 at 08:23 UTC
Updated:
23 Jan 2013 at 08:10 UTC
Love the module, but am getting this error from submissions to stopforumspam:
Duplicate Entry
You recently submitted this spammer. Please wait one minute and try againThis is due to having the 'Report blocked user registrations as spammers' option turned on and the spammer trying multiple registrations quickly, causing multiple reports.
It seems stopforumspam doesn't like multiple reports in quick succession so the spambot module should have some way to avoid this problem.
Comments
Comment #1
bengtan commentedHi,
Where is this message from? stopforumspam's website or your drupal site logs?
You could try the 'If blacklisted, delay for' option in admin/settings/spambot as a possible partial workaround.
Other than that, I dunno. Adding throttling is a hassle because I'd have to add code and database storage to keep track of things.
Comment #2
raintonr commentedIn the Drupal log there is a failure message with the body returned from stopforumspam. The message is in part of the page returned there.
Already have a 10 second delay for spammers but don't really want to make that 60 seconds :(
Comment #3
jennifer.chang commentedBlocked registrations shouldn't be reported at all in the first place.
See:
#1817292: Important: Don't report spammers without evidence.
Comment #4
bengtan commentedThis issue is bypassed because www.stopforumspam.com policy now requires reporting to provide evidence. Automatic reporting without evidence has been removed as of spambot.module 6.x-3.3 and 7.x-1.2. Thank you.