Index: xmlrpc.php
===================================================================
--- xmlrpc.php	(revision 4677)
+++ xmlrpc.php	(working copy)
@@ -1199,6 +1199,8 @@
 		if ( !$linea )
 	  		return new IXR_Error(16, 'The source URL does not exist.');
 
+		$linea = apply_filters('pre_remote_source', $linea, $pagelinkedto);
+
 		// Work around bug in strip_tags():
 		$linea = str_replace('<!DOC', '<DOC', $linea);
 		$linea = preg_replace( '/[\s\r\n\t]+/', ' ', $linea ); // normalize spaces

