X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fmts.c;h=88bae835c34c24a2c504c7b49db7c78b548b227a;hb=d532d000000ae84fc6b44c2f3d4dfd1d8778b174;hp=548731e12262da36bfb7a831b273fa613728eff5;hpb=af586ebe59b73c23b2291624ab0015913c5a3687;p=mmh diff --git a/sbr/mts.c b/sbr/mts.c index 548731e..88bae83 100644 --- a/sbr/mts.c +++ b/sbr/mts.c @@ -404,7 +404,9 @@ getuserinfo (void) /* The $SIGNATURE environment variable overrides the GECOS field's idea of your real name. If SIGNATURE isn't set, use the Signature profile - setting if it exists. */ + setting if it exists. + Note that post(8) and whom(1) use context_foil (), so they + won't see the profile component. */ if ((cp = getenv ("SIGNATURE")) && *cp) strncpy (fullname, cp, sizeof(fullname)); else if ((cp = context_find("Signature")))