From 80f04b2bec3236310a19ea17a3a3462f5d5f8de9 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 18 Sep 1997 02:42:03 +0000 Subject: *** empty log message *** svn path=/trunk/; revision=1364 --- driver.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'driver.c') diff --git a/driver.c b/driver.c index 56046e16..fc6f23c4 100644 --- a/driver.c +++ b/driver.c @@ -447,7 +447,7 @@ static RETSIGTYPE (*sigchld)(); static int sizeticker; static int stuffline(struct query *ctl, char *buf) -/* ship a line to the given control block's SMTP server */ +/* ship a line to the given control block's output sink (SMTP server or MDA) */ { int n; @@ -1127,6 +1127,8 @@ int num; /* index of message */ } + strcat(errmsg, "\n"); + /* ship out the error line */ if (sinkfp) stuffline(ctl, errmsg); -- cgit v1.2.3