diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-18 02:42:03 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-18 02:42:03 +0000 |
commit | 80f04b2bec3236310a19ea17a3a3462f5d5f8de9 (patch) | |
tree | e41725a686069c417e8d24630c98942a2e099dda /driver.c | |
parent | d23c5d4b7a3d880ca19478c049478ac783a321a8 (diff) | |
download | fetchmail-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.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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); |