Feature #17699
Updated by Toshi MARUYAMA over 10 years ago
Emails header "From" can be not only in angles format, like this: <pre>From: John Doe <john.doe@company.mail></pre> but also in parentheses parens format, like this: <pre>From: john.doe@company.mail (John Doe)</pre> For example sendmail from postfix does this when using switch -F. The patch to fix this is attached.