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

Comments

bryrock’s picture

Status: Active » Closed (works as designed)

That's not a bug. That's a programmed error message produced for IP's already captured and cached by httpbl.

sivaji_ganesh_jojodae’s picture

Could 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.

sivaji_ganesh_jojodae’s picture

FYI. 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

sitiveni’s picture

Issue summary: View changes
StatusFileSize
new497 bytes

Patch to sivaji's suggestion (#2).

bryrock’s picture

Version: 7.x-1.0 » 7.x-1.x-dev
Status: Closed (works as designed) » Fixed

Fix committed in dev.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.