diff --git a/appl/popper/pop_send.c b/appl/popper/pop_send.c index 3610e1063..0e0f76dd8 100644 --- a/appl/popper/pop_send.c +++ b/appl/popper/pop_send.c @@ -85,6 +85,7 @@ POP * p; static char tmpbuf[MAXMSGLINELEN]; strcpy(tmpbuf, "Return-Path:"); strcat(tmpbuf, return_path_adr); + strcat(tmpbuf, "\n"); pop_sendline (p,tmpbuf); return_path_sent++; }