--- comment_notify.module	2012-01-14 09:35:18.000000000 +0000
+++ comment_notify.module	2012-01-14 11:36:08.000000000 +0000
@@ -422,6 +422,7 @@ function _comment_notify_mailalert($comm
         '!commtext' => drupal_html_to_text($comment_text),
         '!commsubj' => $comment->subject,
         '!comment_url' => url('node/'. $nid, array('absolute' => TRUE, 'fragment' => 'comment-'. $cid)),
+        '!node_url' => url('node/'. $nid, array('absolute' => TRUE)),
         '!node_title' =>  $node->title,
         '!node_teaser' => drupal_html_to_text($node_teaser),
         '!mission' => variable_get('site_mission', ''),
@@ -482,6 +483,7 @@ function _comment_notify_mailalert($comm
           '!commtext' => drupal_html_to_text($comment_text),
           '!commsubj' => $comment->subject,
           '!comment_url' => url('node/'. $nid, array('absolute' => TRUE, 'fragment' => 'comment-'. $cid)),
+          '!node_url' => url('node/'. $nid, array('absolute' => TRUE)),
           '!node_title' =>  $node->title,
           '!node_teaser' => drupal_html_to_text($node_teaser),
           '!mission' => variable_get('site_mission', ''),
@@ -664,6 +666,7 @@ function comment_notify_settings() {
       <li>!commtext = the text of the posted comment</li>
       <li>!commsubj = the subject of the posted comment</li>
       <li>!comment_url = the full url of the post and comment - note: if you have paging enabled, this does not work correct - set your max comments per page so that all fit on one page or reverse order them</li>
+      <li>!node_url = the full url of the post (top of the node, not the comment anchor fragment)</li>
       <li>!nid = the node id the comment was posted on</li>
       <li>!node_title = the title of the node that was commented on</li>
       <li>!node_teaser = the teaser of the node that was commented on</li>
@@ -696,6 +699,7 @@ function comment_notify_settings() {
       <li>!commtext = the text of the posted comment</li>
       <li>!commsubj = the subject of the posted comment</li>
       <li>!comment_url = the full url of the post and comment - note: if you have paging enabled, this does not work correct - set your max comments per page so that all fit on one page or reverse order them</li>
+      <li>!node_url = the full url of the post (top of the node, not the comment anchor fragment)</li>
       <li>!nid = the node id the comment was posted on</li>
       <li>!node_title = the title of the node that was commented on</li>
       <li>!node_teaser = the teaser of the node that was commented on</li>
