aboutsummaryrefslogtreecommitdiffstats
path: root/sink.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-03-09 04:17:15 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-03-09 04:17:15 +0000
commit59600d8b6d22683c2b5cd79ee7bfe31596d038b2 (patch)
treedabac9d0732e3ef5eccf1f64d1c9175b4379de2b /sink.c
parent018f610b96ae9d39e95452beb6639afbd6d9c8a3 (diff)
downloadfetchmail-59600d8b6d22683c2b5cd79ee7bfe31596d038b2.tar.gz
fetchmail-59600d8b6d22683c2b5cd79ee7bfe31596d038b2.tar.bz2
fetchmail-59600d8b6d22683c2b5cd79ee7bfe31596d038b2.zip
Minor fixes.
svn path=/trunk/; revision=3584
Diffstat (limited to 'sink.c')
-rw-r--r--sink.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sink.c b/sink.c
index 5ffe142f..ebd674b9 100644
--- a/sink.c
+++ b/sink.c
@@ -1029,8 +1029,11 @@ int open_sink(struct query *ctl, struct msgblk *msg,
/*
* User was delivering locally. We have a fallback MDA.
* Latch it in place, logging the error, and fall through.
+ * Set stripcr as we would if MDA had been the initial transport
*/
ctl->mda = FALLBACK_MDA;
+ if (!ctl->forcecr)
+ ctl->stripcr = TRUE;
report(stderr, GT_("can't raise the listener; falling back to %s"),
FALLBACK_MDA);