Message146012
The patch looks good to me and fixes the problem. To reproduce, try this:
sudo python -m smtpd 127.0.0.1:25
It raises a "socket.error: [Errno 13] Permission denied" when trying to bind to the privileged port.
Attached a refreshed the patch that applies cleanly on top of current 2.7 branch. |
|
| Date |
User |
Action |
Args |
| 2011-10-20 08:59:56 | petri.lehtinen | set | recipients:
+ petri.lehtinen, barry, giampaolo.rodola, alfmel |
| 2011-10-20 08:59:56 | petri.lehtinen | set | messageid: <[email protected]> |
| 2011-10-20 08:59:55 | petri.lehtinen | link | issue9168 messages |
| 2011-10-20 08:59:55 | petri.lehtinen | create | |
|