From: Jean-Marc Pigeon (Delson) Date: Fri, 13 Jun 2025 20:57:14 +0000 (-0400) Subject: Adjusted few spelling X-Git-Tag: tag-0.8^0 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=6642d0b9f23c5f6e31fcc39e91a87d9127c8ae06;p=jmp%2Fmailleur Adjusted few spelling --- diff --git a/data-feed/feed13.tst b/data-feed/feed13.tst index 53bb0c9..ee55681 100644 --- a/data-feed/feed13.tst +++ b/data-feed/feed13.tst @@ -11,7 +11,7 @@ R:250 2.6.4 Address accepted #------------------------------------------------------------------------- #-sending data C:DATA 354 3.5.0 End data with . -D:Subject: A email to not exitsing user +D:Subject: A email to a not existing user D:From: Trouble maker C:T diff --git a/lib/unieml.c b/lib/unieml.c index cfdbb26..a60bece 100644 --- a/lib/unieml.c +++ b/lib/unieml.c @@ -842,7 +842,7 @@ qfile=(FILE *)0; phase=0; proceed=true; while (proceed==true) { - (void) rou_alert(0,"%s JMPDBG phase='%d'",OPEP,phase); + //(void) rou_alert(0,"%s JMPDBG phase='%d'",OPEP,phase); switch (phase) { case 0 : //Open the file if ((qfile=eml_openqfile(toaddfile,(char *)0))==(FILE *)0) { @@ -861,7 +861,7 @@ while (proceed==true) { break; case 2 : //mime starting part (void) fprintf(qout,"Sending Email was not successful\n"); - (void) fprintf(qout,"here is the status returned by remote serveur\n"); + (void) fprintf(qout,"here is the status returned by remote serveur:\n"); (void) fprintf(qout,"--->\n"); if (explain!=(char **)0) { while (*explain!=(char *)0) {