i'm tired of seeing bug reports with no subject. i also get a fair bit of spam
with no subject and i am easily confused. something is better than nothing.
Index: sendbug.c
===================================================================
RCS file: /cvs/src/usr.bin/sendbug/sendbug.c,v
retrieving revision 1.74
diff -u -p -r1.74 sendbug.c
--- sendbug.c 17 Mar 2016 19:40:43 -0000 1.74
+++ sendbug.c 15 May 2016 16:15:40 -0000
@@ -543,7 +543,7 @@ template(FILE *fp)
fprintf(fp, "SENDBUG:\n");
fprintf(fp, "SENDBUG:\n");
fprintf(fp, "To: %s\n", "[email protected]");
- fprintf(fp, "Subject: \n");
+ fprintf(fp, "Subject: [bug report]\n");
fprintf(fp, "From: %s\n", pw->pw_name);
fprintf(fp, "Cc: %s\n", pw->pw_name);
fprintf(fp, "Reply-To: %s\n", pw->pw_name);