From 777b6d5a983ceed7d3ef7673718292cbf31f69a1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 13 Oct 1997 16:00:11 +0000 Subject: Fix ETRN mode. svn path=/trunk/; revision=1507 --- driver.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'driver.c') diff --git a/driver.c b/driver.c index e1d52f21..756ab2b1 100644 --- a/driver.c +++ b/driver.c @@ -420,7 +420,11 @@ static int smtp_open(struct query *ctl) errno = 0; - /* run down the SMTP hunt list looking for a server that's up */ + /* + * Run down the SMTP hunt list looking for a server that's up. + * Use both explicit hunt entries (value TRUE) and implicit + * (default) ones (value FALSE). + */ for (idp = ctl->smtphunt; idp; idp = idp->next) { ctl->smtphost = idp->id; /* remember last host tried. */ -- cgit v1.2.3