]> SAFE projects GIT repository - jmp/mailleur/commitdiff
Adjusting endoftest "." within email
authorJean-Marc Pigeon (Delson) <jmp@safe.ca>
Mon, 19 May 2025 23:43:44 +0000 (19:43 -0400)
committerJean-Marc Pigeon (Delson) <jmp@safe.ca>
Mon, 19 May 2025 23:43:44 +0000 (19:43 -0400)
Makefile
lib/lvleml.c

index 761110567b780f12bdab10269f9240a39b757084..764a7bdcb626ad4dabc10727215d3fa74af30449 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ sender        :  clean debug newtest
                   -d 2                                 \
                   -c ./conf/mailleur.conf.dvl          \
                   -r $(TESTDIR)                        \
-                  example.com-1747663900-0002.todo
+                  example.com-1747698127-0000.todo
 
 dbgsend        :  clean debug
           @ gdb                                        \
index ed565a22dbbccf765cb105a965c584a35f60428a..1e3852a94ba108da50e47436dcb2c98c31b02d8b 100644 (file)
@@ -316,9 +316,10 @@ while (proceed==true) {
         phase=999;      //Trouble trouble
       break;
     case 3      :       //just display line
-      (void) fprintf(queue,"%s\n",line);
-      if ((empty==false)||(strcmp(line,".")!=0))
+      if ((empty==false)||(strcmp(line,".")!=0)) {
+        (void) fprintf(queue,"%s\n",line);
         phase=1;        //Wait for next line
+        }
       empty=false;
       if (strlen(line)==0)
         empty=true;