--- mt.php.orig	2009-11-13 20:56:37.000000000 +0900
+++ mt.php	2009-12-14 04:09:23.987549336 +0900
@@ -436,6 +436,9 @@
 			} else if ( 0 === strpos($line, "BLOG NAME:") ) {
 				$blog = trim( substr($line, strlen("BLOG NAME:")) );
 				$ping->comment_author = $blog;
+			} else if ( 0 === strpos($line, "BASENAME:") ) {
+				$post_name = trim( substr($line, strlen("BASENAME:")) );
+				$post->post_name = $post_name;
 			} else {
 				// Processing multi-line field, check context.
 
