diff options
author | Eduardo Chappa <chappa@washington.edu> | 2019-08-22 19:11:53 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2019-08-22 19:11:53 -0600 |
commit | 418e8bc5789d9ef223f043848619b6a648748dcc (patch) | |
tree | d1806c4825d7fbe31f2ff4bde96c78d2431063f1 | |
parent | c5698766d4c4f64c44ca4ab8341967389393d35d (diff) | |
download | alpine-418e8bc5789d9ef223f043848619b6a648748dcc.tar.xz |
* Ignore extra text in challenge from smtp server during authentication.
-rw-r--r-- | imap/src/c-client/smtp.c | 1 | ||||
-rw-r--r-- | pith/pine.hlp | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/imap/src/c-client/smtp.c b/imap/src/c-client/smtp.c index d1c9a7cb..a01c87b4 100644 --- a/imap/src/c-client/smtp.c +++ b/imap/src/c-client/smtp.c @@ -363,6 +363,7 @@ void *smtp_challenge (void *s,unsigned long *len) sprintf (tmp,"SMTP SERVER BUG (invalid challenge, continuing): %.80s",stream->reply+4); mm_log (tmp,ERROR); ret = cpystr(""); /* This is silly: fake a reply, it will be ignored */ + *len = 0L; } return ret; } diff --git a/pith/pine.hlp b/pith/pine.hlp index d3e390d8..2337657b 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 364 2019-08-20 20:35:47 +Alpine Commit 365 2019-08-22 19:11:49 ============= h_news ================= <HTML> <HEAD> |