aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c4
1 files changed, 3 insertions, 1 deletions
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);