Last modified: 2008-01-22 03:52:35 UTC
If an email is sent from an account with a comma in the username, the "From" email header is malformed. It appears as: From: <part of name before the comma>@localhost.localdomain, <part of name after the comma> <correct email> So if a username is: "Foo, Bar" with email address foo@bar.com it would be sent as from: Foo@localhost.localdomain, Bar <foo@bar.com>
Fixed in r30045; names with spaces now get quoted.