X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=mts%2Fsmtp%2Fsmtp.c;h=9527a5e1e8cfb1d0b082a22cc5426adf2ee5fbb7;hp=1ab027f31f731da2d0178ea9fcc574786103c186;hb=962408f5411cf543878b1e2de097f6376b459de4;hpb=ef3b89c40e4a238315bac2ddc923690e7888ccf2 diff --git a/mts/smtp/smtp.c b/mts/smtp/smtp.c index 1ab027f..9527a5e 100644 --- a/mts/smtp/smtp.c +++ b/mts/smtp/smtp.c @@ -1246,7 +1246,7 @@ sm_auth_sasl(char *user, char *mechlist, char *host) result = sasl_decode64(sm_reply.text, sm_reply.length, outbuf, sizeof(outbuf), &outlen); - if (result != SASL_OK) { + if (result != SASL_OK && result != SASL_CONTINUE) { smtalk(SM_AUTH, "*"); sm_ierror("SASL base64 decode failed: %s", sasl_errstring(result, NULL, NULL));