--- listhandler.module.orig 2008-10-27 16:09:29.000000000 -0400 +++ listhandler.module 2009-07-15 18:05:26.000000000 -0400 @@ -364,7 +364,7 @@ function listhandler_send_mail($edit) { $body = decode_entities(strip_tags($edit['comment'])); } else { $subject = drupal_html_to_text($edit['subject']); - $body = drupal_html_to_text($edit['comment']); + $body = (stripos($edit['comment'], 'p>')) ? drupal_html_to_text($edit['comment']) : $edit['comment']; } // Add attachments