From 8b7ee19f2fced504bdda7aa6708771140b7d4120 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 24 Feb 2000 05:40:32 +0000 Subject: Fix for the attempted fix. svn path=/trunk/; revision=2770 --- driver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'driver.c') diff --git a/driver.c b/driver.c index 0bc9b6f3..0d9ecb41 100644 --- a/driver.c +++ b/driver.c @@ -1415,7 +1415,7 @@ static void send_size_warnings(struct query *ctl) nbr = current->val.status.mark; size = atoi(current->id); stuff_warning(ctl, - _("\t%d msg %d octets long skipped by fetchmail.\n"), + _("\t%d msg %d octets long skipped by fetchmail.\r\n"), nbr, size); } current->val.status.num++; @@ -1597,7 +1597,7 @@ const int maxfetch; /* maximum number of messages to fetch */ * in daemon mode but the connection to the outside world * is down. */ - if (!((err_no == EHOSTUNREACH || err_no == EHOSTUNREACH) + if (!((err_no == EHOSTUNREACH || err_no == ENETUNREACH) && run.poll_interval)) { report_build(stderr, _("fetchmail: %s connection to %s failed"), -- cgit v1.2.3