I didn't see a feature request thread so please move this if it is in the wrong place.
Could you update the IP block list so we can use CIDR notation? The wildcard is handy but not very efficient when we are trying to block a netblock that spans multiple Class C addresses.
Since you use the $ip variable to capture the REMOTE_ADDR, how about entering a default Spamhaus link with the REMOTE_ADDR query in the Redirect Address field?
<?php $ip = getenv('REMOTE_ADDR');?>
http://www.spamhaus.org/query/bl?ip=<?php echo $ip;?>
Now when someone gets the registration denied message they can click on the link and go directly to a Spamhaus page showing their IP blacklist status.