From 3a9bd90ec9f22692e249b62bd9b076a084e3d5cd Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 1 Dec 1997 08:11:03 +0000 Subject: Allow multidrop to be handled if all sites have `no dns' on. svn path=/trunk/; revision=1552 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 493cb247..8165fea0 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -664,7 +664,7 @@ static int load_params(int argc, char **argv, int optind) #if !defined(HAVE_GETHOSTBYNAME) || !defined(HAVE_RES_SEARCH) /* can't handle multidrop mailboxes unless we can do DNS lookups */ - if (ctl->localnames && ctl->localnames->next) + if (ctl->localnames && ctl->localnames->next && ctl->server.dns) { fputs("fetchmail: can't handle multidrop mailboxes without DNS\n", stderr); -- cgit v1.2.3