Added newline to "Return-Path: user" line.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -85,6 +85,7 @@ POP * p;
|
|||||||
static char tmpbuf[MAXMSGLINELEN];
|
static char tmpbuf[MAXMSGLINELEN];
|
||||||
strcpy(tmpbuf, "Return-Path:");
|
strcpy(tmpbuf, "Return-Path:");
|
||||||
strcat(tmpbuf, return_path_adr);
|
strcat(tmpbuf, return_path_adr);
|
||||||
|
strcat(tmpbuf, "\n");
|
||||||
pop_sendline (p,tmpbuf);
|
pop_sendline (p,tmpbuf);
|
||||||
return_path_sent++;
|
return_path_sent++;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user