Tool For Cleaning up site?
Suggestions
Here's a hack for you. You need a custom module or tweak an existing one. If you have the jrAudio module you can drop this into the index.php file if you dont have your own custom module. If you have a custom module use its name.
[code]
function view_jrAudio_junk($_post, $_user, $_conf)
{
$_uid = jrMailer_get_no_view_users();
$uid = implode(',', $_uid);
return '_item_id in ' . $uid . ':';
}
That will give you all the id's of users who have never viewed the mail.
Copy those id's into the data browser then you can use the bulk delete.