From: Jean-Marc Pigeon (Delson) Date: Tue, 12 Aug 2025 13:03:23 +0000 (-0400) Subject: Fixing a bug about help message X-Git-Tag: tag-0.15~17 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=0e12bb54b88cd8d39fc8ce58bd53c4367c7c2d30;p=jmp%2Fmailleur Fixing a bug about help message --- 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