diff --git a/appl/popper/pop_send.c b/appl/popper/pop_send.c index 0a0bf650a..7895a144f 100644 --- a/appl/popper/pop_send.c +++ b/appl/popper/pop_send.c @@ -147,7 +147,7 @@ pop_send(POP *p) } /* Send the message body */ { - int blank_line = 0; + int blank_line = 1; while (fgets(buffer, MAXMSGLINELEN-1, p->drop)) { /* Look for the start of the next message */ if (!IS_MAILDIR(p) && blank_line && strncmp(buffer,"From ",5) == 0)