X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ccd3685b42cb198b11d2d4daabb58849d239df40..f037e2a3701c6f6c0828b9d441070327446719ac:/sbr/mts.c diff --git a/sbr/mts.c b/sbr/mts.c index c5291565..b529d15f 100644 --- a/sbr/mts.c +++ b/sbr/mts.c @@ -395,16 +395,10 @@ getuserinfo (void) else if ((cp = context_find("Signature"))) strncpy (fullname, cp, sizeof(fullname)); - if (strchr(fullname, '.')) { /* quote any .'s */ - char tmp[BUFSIZ]; - - /* should quote "'s too */ - snprintf (tmp, sizeof(tmp), "\"%s\"", fullname); - strncpy (fullname, tmp, sizeof(fullname)); - } - fullname[sizeof(fullname) - 1] = '\0'; + escape_display_name(fullname, sizeof(fullname)); + localmbox[0] = '\0'; return;