Can someone advise how I might be able to clear the current blacklist or greylist without having to wait for the set time to expire?

Thanks in advance

Comments

bryrock’s picture

The grey/blacklist IPs are stored in the httpbl database table. There's no UI function in httpBL for clearing the table manually, so you'd have to clear those rows or truncate (empty) the table with mysql commands or use an interface like phpMyAdmin.

bryrock’s picture

Status: Active » Fixed
bryrock’s picture

Here is a new and separate project that may give you the functionality you desire to manage the IPs in httpbl.

https://www.drupal.org/sandbox/bryrock/2501761

Status: Fixed » Closed (fixed)

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