diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-03-09 04:17:15 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-03-09 04:17:15 +0000 |
commit | 59600d8b6d22683c2b5cd79ee7bfe31596d038b2 (patch) | |
tree | dabac9d0732e3ef5eccf1f64d1c9175b4379de2b /sink.c | |
parent | 018f610b96ae9d39e95452beb6639afbd6d9c8a3 (diff) | |
download | fetchmail-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.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |