From: Jean-Marc Pigeon (Delson) Date: Mon, 7 Jul 2025 09:59:36 +0000 (-0400) Subject: Fix bug about CRAM-MD5 annonce X-Git-Tag: tag-0.12 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=d260c005d6aae722991de5f506b9ca62f8c570ed;p=jmp%2Fmailleur Fix bug about CRAM-MD5 annonce --- diff --git a/lib/lvleml.c b/lib/lvleml.c index 40ea679..440d43b 100644 --- a/lib/lvleml.c +++ b/lib/lvleml.c @@ -1300,7 +1300,7 @@ static struct { char *str; //the message to display }ehlo[]={ {1,"STARTTLS"}, - {1,"AUTH CRAMD-MD5 DIGEST-MD5"}, + {1,"AUTH CRAM-MD5 DIGEST-MD5"}, {2,"AUTH PLAIN LOGIN CRAM-MD5 DIGEST-MD5"}, {0,"SIZE "MXMSIZE}, {0,"8BITMIME"},