Dirk, who has written the most excellent Postie plugin for WordPress is
putting a ton of effort into tracking down why I can’t send an MMS picture
message from Vodafone to the blog using his plug-in. We are now testing
other mail clients to see if they work. This one has a picture attached as
the suspicion is that pictures are causing the problem.

January 13, 2006 at 10:56 am
Hey, this one worked! Yahoo failed and Vodafone failed. Interestinger and interestinger.
January 13, 2006 at 8:25 pm
I found an error in the postie code which did not allow posts with thumbnail images (or, more specifically, their links) to be inserted into the DB, thereby breaking the thing. I commented on the Postie page hoping (Dirk?) could implement the fix.
December 12, 2006 at 8:46 pm
What I want to do on my blog, is every few hours take the oldest post and move it to the
front of the queue, all automatically. Anyone know if there is a plugin that can do this or
a simple way to set up another plugin to do this (use my own feed perhaps)?
Thanks.
December 14, 2006 at 9:55 am
Haven’t heard of anything that does that but it is a pretty simple SQL query to find the oldest post and change its publish date to now. WordPress would then show that as the most recent one.