I found out that during XMLRPC insert post to the wordpress, some strange rows, together with the real posts are created, e.g.<div><br></div><div><div>INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1,1,&#39;2012-02-29 09:26:43&#39;,&#39;0000-00-00 00:00:00&#39;,&#39;&#39;,&#39;Auto Draft&#39;,&#39;&#39;,&#39;auto-draft&#39;,&#39;open&#39;,&#39;open&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;&#39;,&#39;2012-02-29 09:26:43&#39;,&#39;0000-00-00 00:00:00&#39;,&#39;&#39;,0,&#39;<a href="http://www.example.net/wordpress/test1/?p=1">http://www.example.net/wordpress/test1/?p=1</a>&#39;,0,&#39;post&#39;,&#39;&#39;,0);</div>
</div><div><br></div><div><br></div><div>Why &quot;Auto Draft&quot; is created automatically? Can it be skipped?</div><div><br></div><div>Thanks.</div>