]> SAFE projects GIT repository - jmp/mailleur/commitdiff
Adjusted few spelling tag-0.8
authorJean-Marc Pigeon (Delson) <jmp@safe.ca>
Fri, 13 Jun 2025 20:57:14 +0000 (16:57 -0400)
committerJean-Marc Pigeon (Delson) <jmp@safe.ca>
Fri, 13 Jun 2025 20:57:14 +0000 (16:57 -0400)
data-feed/feed13.tst
lib/unieml.c

index 53bb0c94def6b1340e7404eaf272185373f870f3..ee55681920ac62119a5f5d32bcad83c8a9811835 100644 (file)
@@ -11,7 +11,7 @@ R:250 2.6.4 Address accepted
 #-------------------------------------------------------------------------
 #-sending data
 C:DATA 354 3.5.0 End data with <CR><LF>.<CR><LF>
-D:Subject: A email to not exitsing user
+D:Subject: A email to a not existing user
 D:From: Trouble maker <subdom1.example.com
 D:To: Not existing <dom1user3@subdom1.example.com>
 C:T
index cfdbb26f9635651fe10a19a86593ee285c957e3f..a60bece6affc7a7a45f4faf83a5c89b0dec97300 100644 (file)
@@ -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) {