mailpipe|handler: raise exceptions during PGP message verification.
authorW. Trevor King <wking@tremily.us>
Sun, 2 Sep 2012 14:07:42 +0000 (10:07 -0400)
committerW. Trevor King <wking@tremily.us>
Sun, 2 Sep 2012 14:07:46 +0000 (10:07 -0400)
commitffb22f5b676f6f6f1d4d1cdf0aa6dce31776c629
tree7b111b640014be079b25f886c0336482f8df4711
parentfa2d45b3fe30182198aecdf630576f5511f567ec
mailpipe|handler: raise exceptions during PGP message verification.

This avoids the silly "return None on error" convention and allows for
more detailed handling of unsigned messages (vs. improperly signed
messages).
pygrader/handler/__init__.py
pygrader/mailpipe.py