aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-10-13 16:00:11 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-10-13 16:00:11 +0000
commit777b6d5a983ceed7d3ef7673718292cbf31f69a1 (patch)
tree248fd868109648a379ff5d2813fd6737868f9c17 /driver.c
parent673425dce38fefbec673686b7284afd1db6753f8 (diff)
downloadfetchmail-777b6d5a983ceed7d3ef7673718292cbf31f69a1.tar.gz
fetchmail-777b6d5a983ceed7d3ef7673718292cbf31f69a1.tar.bz2
fetchmail-777b6d5a983ceed7d3ef7673718292cbf31f69a1.zip
Fix ETRN mode.
svn path=/trunk/; revision=1507
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c6
1 files changed, 5 insertions, 1 deletions
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. */