fill in from line, sendmail gets confused
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Wed, 24 Aug 1983 04:55:39 +0000 (20:55 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Wed, 24 Aug 1983 04:55:39 +0000 (20:55 -0800)
SCCS-vsn: libexec/bugfiler/bugfiler.c 4.8

usr/src/libexec/bugfiler/bugfiler.c

index 47f0ca6..1a718d3 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)bugfiler.c 4.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)bugfiler.c 4.8 (Berkeley) %G%";
 #endif
 
 /*
 #endif
 
 /*
@@ -704,6 +704,7 @@ reply(to, file1, file2)
         * Output the proper header information.
         */
        fprintf(fout, "Reply-To: %s%s\n", BUGS_NAME, BUGS_HOME);
         * Output the proper header information.
         */
        fprintf(fout, "Reply-To: %s%s\n", BUGS_NAME, BUGS_HOME);
+       fprintf(fout, "From: %s%s (Bugs Bunny)\n", BUGS_NAME, BUGS_HOME);
        if (RETURNPATH_I != NULL)
                to = RETURNPATH_I;
        if (REPLYTO_I != NULL)
        if (RETURNPATH_I != NULL)
                to = RETURNPATH_I;
        if (REPLYTO_I != NULL)