--- dreaderd/control.c 1999/11/10 22:26:45 1.1 +++ dreaderd/control.c 1999/11/10 22:27:01 1.2 @@ -537,7 +537,7 @@ char buf[128]; fprintf(fo, "To: %s\n", NEWSMASTER); - fprintf(fo, "From: news%s\n", ReportedHostName); + fprintf(fo, "From: news@%s\n", ReportedHostName); fprintf(fo, "Subject: Control message %s %s\n", cmd, (arg ? arg : "")); fprintf(fo, "\n"); fseek(logf, lpos, 0);