Since appengine makes handling incoming email easy (http://code.google.com/appengine/docs/python/mail/receivingmail.html), I was wondering if there's a generic appengine script that receives incoming email, and then POSTs it to your url (which may be a script on some other website). That would be handy :)