Fixed bug - X-Mailer: header missing when creating blank email

This commit is contained in:
Bobbi Webber-Manners 2020-06-30 02:33:06 -04:00
parent 0223d71c02
commit 87d4b8e94f
2 changed files with 2 additions and 0 deletions

View File

@ -1048,6 +1048,7 @@ void create_blank_outgoing() {
fprintf(fp, "Date: %s\n", userentry);
prompt_for_name("cc", 0);
fprintf(fp, "cc: %s\n\n", userentry);
fprintf(fp, "X-Mailer: %s - Apple II Forever!\r\r", PROGNAME);
fclose(fp);
// Update dest/NEXT.EMAIL, incrementing count by 1

View File

@ -6,6 +6,7 @@
// Bobbi June 2020
/////////////////////////////////////////////////////////////////
// TODO: BUG screen corruption after DELE command w/ spinner.
// TODO: The way CRLF.CRLF is detected will not work if split across packets
// We can probably fix this by copying the last 4 bytes of each buffer
// to before the beginning of the next