On 05/24/2011 08:44 AM, Jeroen Geilman wrote:
On 05/24/2011 01:03 AM, Boris Korzun wrote:
RFC 2822 says that originator header fields with the full name (of person who sent the message) in parentheses after address without angle brakets is legacy form. And postfix's sendmail sends message from user with the fullname in parentheses,

Incorrect.

Sendmail(1) accepts and sends RFC5322-compliant messages; it does not "invent" data that was not present.

The From: header is either
    A) already present in the submitted RFC5322-compliant message, or
    B) provided on the sendmail(1) commandline with the -F flag, or
    C) taken from the NAME environment variable, or
D) taken from the envelope sender provided with the -f flag if none of the above apply.

http://www.postfix.org/sendmail.1.html

And then formats it as Sender (full name).

Sorry about that.


--
J.

Reply via email to