Hi,
I recently used httpbl for one of my sites. This works well for all malicious spam ips. But I found the message 'You ipd is restricted on this site' many times.
I have attached a snapshot for further reference.
Thank you
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | httpbl-dont_repeat_restricted_message-2070513-4.patch | 497 bytes | sitiveni |
| http-bl.png | 20 KB | Sabareesh |
Comments
Comment #1
bryrock commentedThat's not a bug. That's a programmed error message produced for IP's already captured and cached by httpbl.
Comment #2
sivaji_ganesh_jojodae commentedCould be it works as designed. But for some reason function httpbl_check() is called more than once & hence the same status message is shown N no. of times. Adding 3rd argument $repeat = FALSE to drupal_set_message() in line number 280 of httpbl.module fixed the issue in our site.
Comment #3
sivaji_ganesh_jojodae commentedFYI. Now this is happening in drupal.org as well. See the below snapshot. Perhaps you might want to add the above suggested fix.
http://knackforge.com/sites/default/files/screenshot_from_2013-11-03_121...
Note: File upload field is missing so linking from thirdparty site
Comment #4
sitiveni commentedPatch to sivaji's suggestion (#2).
Comment #5
bryrock commentedFix committed in dev.