OK, I have enough info to strongly believe I've found a real bug.
The problem is that a new log entry fails to properly update weblogs.com, blo.gs, and moveabletype.org.
I added a print line to lib/MT/XMLRPC.pm and found what MT is sending to weblogs.com.
I then manualy did a GET (using the perl GET script available with most perl installs) and this is what I saw:
CODE
harry2@acorn:~/public_html/mt> POST -a http://rpc.weblogs.com/RPC2
Please enter content (application/x-www-form-urlencoded) to be POSTed:
<?xml version="1.0"?>
<methodCall>
<methodName>weblogUpdates.ping</methodName>
<params>
<param><value>Burnt Taters!</value></param>
<param><value>http://www.slaughters.com/harry/</value></param>
</params>
</methodCall>
<?xml version="1.0"?>
<methodResponse>
<params>
<param>
<member><value>Thanks for the ping. We checked and found that the "Burnt Taters!" weblog has changed, so it will appear in <a href="http://www.weblogs.com/ch</struct></value>s.xml</a> next time it is updated.</value>
</param>
</params>
</methodResponse>
harry2@acorn:~/public_html/mt>
##################
everything looks good. I checked the weblogs.com site, and indeed, my site *was* updated.
but when i add an entry via MT, none of the sites are updated.
i am running 2.64. i got paranoid that maybe the update didn't install the latest MT lib files, so i downloaded the full version and diff'd the dirs. no diffs (except for my printf lines).
i wondered whether it was mis-scoped vars that caused problems when more than one site was pinged. so i turned off blo.gs and weblogs.com and just pinged moveabletype.org. but no luck, it still wasn't updated with my blog.
my current suspect is LWP.pm.
the version my ISP is running is:
# $Id: LWP.pm,v 1.84 1998/11/19 22:04:48 aas Exp $
don't know the latest version, but i'm sure this is not it. however, MT did work properly a while back (first noticed it didn't work about a year ago or so).
so my level of debugging has exceeded my interest in seeing this fixed. i will however submit any info you'd like about versions of stuff. and i will help debug this issue if you want to provide test libs, etc...
harry