aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-09-18 02:42:03 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-09-18 02:42:03 +0000
commit80f04b2bec3236310a19ea17a3a3462f5d5f8de9 (patch)
treee41725a686069c417e8d24630c98942a2e099dda /driver.c
parentd23c5d4b7a3d880ca19478c049478ac783a321a8 (diff)
downloadfetchmail-80f04b2bec3236310a19ea17a3a3462f5d5f8de9.tar.gz
fetchmail-80f04b2bec3236310a19ea17a3a3462f5d5f8de9.tar.bz2
fetchmail-80f04b2bec3236310a19ea17a3a3462f5d5f8de9.zip
*** empty log message ***
svn path=/trunk/; revision=1364
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);