Index: mt.php
===================================================================
--- mt.php	(revision 7638)
+++ mt.php	(working copy)
@@ -335,7 +335,7 @@
 				else if ( 'ping' == $context )
 					$ping->title = $title;
 			} else if ( 0 === strpos($line, "STATUS:") ) {
-				$status = trim( substr($line, strlen("STATUS:")) );
+				$status = trim( strtolower( substr($line, strlen("STATUS:")) ) );
 				if ( empty($status) )
 					$status = 'publish';
 				$post->post_status = $status;

