commit | 1046af6f594d79a7447d1410aee206f5d509ccc5 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Tue Oct 23 05:35:11 2007 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Tue Oct 23 05:35:11 2007 +0000 |
tree | 6a624132268d28eeab354b9981b49402bec1218d | |
parent | 35a9f908c8e97ed453e3673af8375acce24839f5 [diff] [blame] |
Backport 58594: Issue #1307, patch by Derek Shockey. When "MAIL" is received without args, an exception happens instead of sending a 501 syntax error response.
diff --git a/Misc/NEWS b/Misc/NEWS index a391219..4cc936d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -32,6 +32,8 @@ Library ------- +- Bug #1307: Fix smtpd so it doesn't raise an exception when there is no arg. + - ctypes will now work correctly on 32-bit systems when Python is configured with --with-system-ffi.