I tweaked the content of the new comment notification email to add a couple convenient links - one to the main index page of the blog to which the comment was posted and one directly to the approve url for the comment. FYI, I found the "blog_url => $blog->site_url" in MT/*/CMS.pm and edited its syntax for Submission.pm
blog_url => $blog->site_url,
add to MT/plugins/Blacklist/tmpl/new-comment.tmpl (insert as line 1):
Visit <TMPL_VAR NAME=BLOG_NAME> at <TMPL_VAR NAME=BLOG_URL>
Not using MT-Blacklist plugin? make same changes to MT/MT/App/Comments.pm and MT/tmpl/email/new-comment.tmpl
similar process for approve_url - will post later
