Don't decode bytes in smtpd. Pass them through to the email package so it can
commite4d7c2a51fa4abc38a2a4e5b04376ec359734b22
authorBarry Warsaw <barry@python.org>
Sat, 5 Sep 2015 02:49:33 +0000 (4 22:49 -0400)
committerBarry Warsaw <barry@python.org>
Mon, 7 Sep 2015 18:00:50 +0000 (7 14:00 -0400)
treed4686586e06cd410a3720ef07c94d8f3120e794d
parente2504909156a4c2883d5b95db7b596d83ad756f9
Don't decode bytes in smtpd.  Pass them through to the email package so it can
convert them from bytes to message objects.
src/mailman/runners/lmtp.py