Forgive me if this horse has been beat to death.

I'm trying to post to a Mephisto blog using the Blogging bundle and for the most part it works as advertised.  However, all of the posts are logged as drafts rather than being published.  This isn't a big deal because it's easy enough to login and publish the entry.  However it's somewhat annoying.

The applicable code in blogging.rb seems to be:

@publish = true
...
when 'status'
  @publish = false if $2 =~ /draft/i
end

When I include Status: Publish in the headers, it still posts as a draft.  Am I missing something somewhere or does the Mephisto XLMRPC still need some tweaking?

--
Steve
stephen@exitwound.org