diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-12-14 15:44:12 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-12-14 15:44:12 +0000 |
commit | 0a29774f21e3cdec09fe18a6acf7a4e889817dc8 (patch) | |
tree | c92fa036654514c37780ceaba8996235e28a0fa7 /etrn.c | |
parent | 65487dc2b4af38e3443ec74a020c7b2b0ed703df (diff) | |
download | fetchmail-0a29774f21e3cdec09fe18a6acf7a4e889817dc8.tar.gz fetchmail-0a29774f21e3cdec09fe18a6acf7a4e889817dc8.tar.bz2 fetchmail-0a29774f21e3cdec09fe18a6acf7a4e889817dc8.zip |
ID ourselves correctly in ETRN mode.
svn path=/trunk/; revision=2271
Diffstat (limited to 'etrn.c')
-rw-r--r-- | etrn.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ static int etrn_getrange(int sock, struct query *ctl, const char *id, char buf [MSGBUFSIZE+1]; struct idlist *qnp; /* pointer to Q names */ - if ((ok = SMTP_ehlo(sock, ctl->server.truename, &opts))) + if ((ok = SMTP_ehlo(sock, fetchmailhost, &opts))) { error(0, 0, _("%s's SMTP listener does not support ESMTP"), ctl->server.pollname); |