This is just an aesthetic comment, but I am the opinion that the plugin options page only needs to be linked once. As there is not a queue for moderation, I doubt I will need to check on it very often. As there is already a link in the "Right Now" section on the dashboard, it would not be needed on wp-admin/index.php.
My code in add_admin_pages():
//add_submenu_page("plugins.php","WP-SpamFree","WP-SpamFree",10, __FILE__, array(&$this,"output_existing_menu_sub_admin_page"));
add_submenu_page("options-general.php","WP-SpamFree","WP-SpamFree",1, __FILE__, array(&$this,"output_existing_menu_sub_admin_page"));
//add_submenu_page("index.php","WP-SpamFree","WP-SpamFree",1, __FILE__, array(&$this,"output_existing_menu_sub_admin_page"));
Still spam free, so thank you again for your work on this.
- Stephen