]> git.marmaro.de Git - mmh/blobdiff - sbr/mts.c
SIGNATURE/Local-Mailbox are not used by post, but just by front
[mmh] / sbr / mts.c
index 548731e12262da36bfb7a831b273fa613728eff5..88bae835c34c24a2c504c7b49db7c78b548b227a 100644 (file)
--- 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")))