Hi,
First thank you for providing Bad Behavior, it's a wonderful plugin.
I would like to report that the plugin throws a lot of notices in the wp-admin/tools.php?page=bb2_manage page.
Here they are:
Notice: Undefined index: paged in /xxx/wp-content/plugins/bad-behavior/bad-behavior-wordpress-admin.php on line 107
Notice: Undefined index: key in /xxx/wp-content/plugins/bad-behavior/bad-behavior-wordpress-admin.php on line 108
Notice: Undefined index: blocked in /xxx/wp-content/plugins/bad-behavior/bad-behavior-wordpress-admin.php on line 109
Notice: Undefined index: permitted in /xxx/wp-content/plugins/bad-behavior/bad-behavior-wordpress-admin.php on line 110
Notice: Undefined index: ip in /xxx/wp-content/plugins/bad-behavior/bad-behavior-wordpress-admin.php on line 111
Notice: Undefined index: user_agent in /xxx/wp-content/plugins/bad-behavior/bad-behavior-wordpress-admin.php on line 112
Notice: Undefined index: request_method in /xxx/wp-content/plugins/bad-behavior/bad-behavior-wordpress-admin.php on line 113
Notice: Undefined index: key in /xxx/wp-content/plugins/bad-behavior/bad-behavior-wordpress-admin.php on line 151
Notice: Undefined index: blocked in /xxx/wp-content/plugins/bad-behavior/bad-behavior-wordpress-admin.php on line 151
Notice: Undefined index: key in /xxx/wp-content/plugins/bad-behavior/bad-behavior-wordpress-admin.php on line 152
Notice: Undefined index: permitted in /xxx/wp-content/plugins/bad-behavior/bad-behavior-wordpress-admin.php on line 152
Notice: Undefined index: httpbl in /xxx/wp-content/plugins/bad-behavior/bad-behavior-wordpress-admin.php on line 57
(the last line appears many times)
I know that notices can be turned off using error_reporting() but I think that fixing the cause of the notices is a better idea :)