From f037e2a3701c6f6c0828b9d441070327446719ac Mon Sep 17 00:00:00 2001 From: David Levine Date: Sat, 24 Mar 2012 21:47:31 -0500 Subject: [PATCH] Note that %(myname) truncates the GECOS field at the first comma, if it contains one. --- man/mh-format.man | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/mh-format.man b/man/mh-format.man index 0ecb791..1063b0d 100644 --- a/man/mh-format.man +++ b/man/mh-format.man @@ -323,7 +323,8 @@ or the local hostname if is not configured. The (\fImyname\fR\^) function will return the value of the .B SIGNATURE -environment variable if set, otherwise will return the passwd GECOS field for +environment variable if set, otherwise will return the passwd GECOS field +(truncated at the first comma if it contains one) for the current user. The (\fIlocalmbox\fR\^) function will return the complete form of the local mailbox, suitable for use in a \*(lqFrom\*(rq header. It will return the -- 1.7.10.4