Index: main.c
===================================================================
RCS file: /cvs/sendmail/main.c,v
retrieving revision 8.876
diff -u -r8.876 main.c
--- main.c	2002/02/27 23:49:52	8.876
+++ main.c	2002/04/10 23:59:28
@@ -726,6 +726,8 @@
 	(void) sm_signal(SIGPIPE, SIG_IGN);
 	OldUmask = umask(022);
 	FullName = getextenv("NAME");
+	if (FullName != NULL)
+		FullName = newstr(FullName);
 
 	/*
 	**  Initialize name server if it is going to be used.

