From 0e12bb54b88cd8d39fc8ce58bd53c4367c7c2d30 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Tue, 12 Aug 2025 09:03:23 -0400 Subject: [PATCH] Fixing a bug about help message --- lib/lvleml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lvleml.c b/lib/lvleml.c index a106251..24cc377 100644 --- a/lib/lvleml.c +++ b/lib/lvleml.c @@ -2465,7 +2465,7 @@ while (proceed==true) { proceed=doehlo(contact,line); break; case c_help : //HELP SMTP protocol - (void) eml_transmit(contact,true,"%d-2.0.1 see https://datatracker.ietf.org" + (void) eml_transmit(contact,true,"%d 2.0.1 see https://datatracker.ietf.org" "/doc/html/rfc5321", GOTHELP); (void) sleep(1); //avoiding abuse -- 2.47.3