My PHP GAE app has a Python sub service that receives mail. It's address is email@service-dot-myappname.appspotmail.com
The Python script just breaks down the message and inserts it into the database for processing.
Every so often a bad email is received that the database doesn't like (strange encoding, way too long etc.) so to investigate, I need to go digging in the logs.
My question is, is there a way to have this email address attached in an inbox as well? I don't see anything in the Google docs, but I'm hoping someone else has done something similar?