mailpipe: respond with the fleshed out message, not the original.
authorW. Trevor King <wking@tremily.us>
Sun, 2 Sep 2012 14:22:26 +0000 (10:22 -0400)
committerW. Trevor King <wking@tremily.us>
Sun, 2 Sep 2012 14:22:26 +0000 (10:22 -0400)
commit7823737b1ee074a358175501de23d1466886d323
tree6a4a9c2e8fa5409a2833f48f988b5e5261a23862
parent8b9d29ac135c29333d48cd7012c6664e4744256c
mailpipe: respond with the fleshed out message, not the original.

We've just added an author, targets, subject, etc.  None of that
matters if you send the original version.

Also print check that the subject is not None before we remove any
subject fields.  This shouldn't matter (del-ing a None subject should
be a no-op), but it seems safer to print the offending message before
messing with it.
pygrader/mailpipe.py