From 9beb98caf4ebe6c3d9b229fbfa10ace67c90520b Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Mon, 7 Jul 2025 05:59:36 -0400 Subject: [PATCH] Fix bug about CRAM-MD5 annonce --- lib/lvleml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}, -- 2.47.3