Message124304
Committed in r87384.
Barry, I've added you as nosy in case you disagree with this fix. The essential point is that before, parseaddr would turn 'merwok wok@example.com' into 'merwokwok@example.com', and now it preserves the whitespace. My theory is that this loses data, that the obsolete syntax allows it, and that dropping the whitespace denies the application program the chance to apply its own heuristics. However applications might currently be depending on the parsed local part being a single token, so I don't plan to backport this. |
|
Date |
User |
Action |
Args |
2010-12-18 18:31:45 | r.david.murray | set | recipients:
+ r.david.murray, barry, eric.araujo |
2010-12-18 18:31:45 | r.david.murray | set | messageid: <1292697105.71.0.0379857716496.issue9286@psf.upfronthosting.co.za> |
2010-12-18 18:31:42 | r.david.murray | link | issue9286 messages |
2010-12-18 18:31:42 | r.david.murray | create | |
|