? contrib-5.comment_notify.clean-up.junyor.patch
? contrib-5.comment_notify.clean-up2.junyor.patch
? duplicate_email-diff_0.patch
? junyor.patch
? php_object_array_error_191313.patch
? postfix_mail_211682.patch
Index: comment_notify.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/comment_notify/comment_notify.module,v
retrieving revision 1.1.4.6
diff -u -p -r1.1.4.6 comment_notify.module
--- comment_notify.module	19 Jan 2008 12:58:29 -0000	1.1.4.6
+++ comment_notify.module	19 Jan 2008 13:02:07 -0000
@@ -290,6 +290,7 @@ function _comment_notify_mailalert2($com
         )
       );
 
+      $headers['To'] = $alert->mail;
       drupal_mail('comment_notify_mail', $alert->mail, $subject, $message, $from, array());
       $count++;
 
