Index: trunk/includes/extend/akismet.php
===================================================================
--- trunk/includes/extend/akismet.php	(revision 1231774)
+++ trunk/includes/extend/akismet.php	(working copy)
@@ -162,7 +162,7 @@
 			'comment_author'                 => $user_data['name'],
 			'comment_author_email'           => $user_data['email'],
 			'comment_author_url'             => $user_data['website'],
-			'comment_content'                => $post_data['post_content'],
+			'comment_content'                => trim( $post_data['post_title'] . "\n\n" . $post_data['post_content'] ),
 			'comment_post_ID'                => $post_data['post_parent'],
 			'comment_type'                   => $post_data['post_type'],
 			'comment_total'                  => $user_data['total_posts'],
