diff -r 5053267dfa3d wptrunk/xmlrpc.php
--- a/wptrunk/xmlrpc.php	Wed Sep 16 19:49:50 2009 -0400
+++ b/wptrunk/xmlrpc.php	Wed Sep 16 21:20:50 2009 -0400
@@ -2092,7 +2092,7 @@
 		}
 
 		$post_title = $content_struct['title'];
-		$post_content = apply_filters( 'content_save_pre', $content_struct['description'] );
+		$post_content = $content_struct['description'];
 
 		$post_status = $publish ? 'publish' : 'draft';
 
@@ -2459,7 +2459,7 @@
 		}
 
 		$post_title = $content_struct['title'];
-		$post_content = apply_filters( 'content_save_pre', $content_struct['description'] );
+		$post_content = $content_struct['description'];
 		$catnames = $content_struct['categories'];
 
 		$post_category = array();
