Commit fc8b6c8
committed
gh-XXXXX: Fix smtplib.quoteaddr() returning malformed address for '<'
Input starting with '<' but missing closing '>' was returned verbatim.
Ensure the result always ends with '>'.1 parent 0c29f83 commit fc8b6c8
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
154 | 156 | | |
155 | 157 | | |
156 | 158 | | |
| |||
0 commit comments