fix doubled logging of message_id
authorJeremy Harris <jgh146exb@wizmail.org>
Fri, 10 Nov 2023 14:37:23 +0000 (14:37 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Sat, 11 Nov 2023 15:55:28 +0000 (15:55 +0000)
src/src/receive.c
test/log/0021
test/paniclog/0021
test/stderr/0021

index 8190c594130ab36f6735961fd119c8149648400f..041898a6bd66a93db12a189778fd06863b682275 100644 (file)
@@ -3380,8 +3380,8 @@ if (extract_recip && (bad_addresses || recipients_count == 0))
       }
     }
 
-  log_write(0, LOG_MAIN|LOG_PANIC, "%s %s found in headers",
-    message_id, bad_addresses ? "bad addresses" : "no recipients");
+  log_write(0, LOG_MAIN|LOG_PANIC, "%s found in headers",
+    bad_addresses ? "bad addresses" : "no recipients");
 
   fseek(spool_data_file, (long int)spool_data_start_offset(message_id), SEEK_SET);
 
index 0f99f87bd1b22a39ac6e1a72f8db5f123bcc6f2d..d5e5db32b33fdb0fa63db8dc770a1a26c1e6d2ba 100644 (file)
@@ -47,7 +47,7 @@
 1999-03-02 09:44:33 10HmbL-000000005vi-0000 <= ok@test3 H=[10.9.8.8] U=CALLER P=smtp S=sss
 1999-03-02 09:44:33 10HmbL-000000005vi-0000 => x <x@y> R=accept T=appendfile
 1999-03-02 09:44:33 10HmbL-000000005vi-0000 Completed
-1999-03-02 09:44:33 10HmaX-000000005vi-0000 10HmaX-000000005vi-0000 no recipients found in headers
+1999-03-02 09:44:33 10HmaX-000000005vi-0000 no recipients found in headers
 1999-03-02 09:44:33 10HmbM-000000005vi-0000 <= <> R=10HmaX-000000005vi-0000 U=EXIMUSER P=local S=sss
 1999-03-02 09:44:33 10HmbM-000000005vi-0000 => CALLER <CALLER@test.ex> R=accept T=appendfile
 1999-03-02 09:44:33 10HmbM-000000005vi-0000 Completed
index e2745765c1ef9a19f7c89babb38c1e551c6b319e..80e5b4ef0c47501695cf073c3275fa1bb7f2f4f2 100644 (file)
@@ -4,4 +4,4 @@
 1999-03-02 09:44:33 rcpt accepted C=MAIL,RCPT
 1999-03-02 09:44:33 ACL "warn" with "message" setting found in a non-message (EHLO or HELO) ACL: cannot specify header lines here: message ignored
 1999-03-02 09:44:33 rcpt accepted C=EHLO,MAIL,RCPT
-1999-03-02 09:44:33 10HmaX-000000005vi-0000 10HmaX-000000005vi-0000 no recipients found in headers
+1999-03-02 09:44:33 10HmaX-000000005vi-0000 no recipients found in headers
index 23de65a7b6c68ee6521c18188ac8dd58c33c521b..59251c0b6a0ebabf36143acb87831bd8f9cb408e 100644 (file)
@@ -299,4 +299,4 @@ LOG: smtp_connection MAIN
 >>>>>>>>>>>>>>>> Exim pid=p1235 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
 1999-03-02 09:44:33 ACL "warn" with "message" setting found in a non-message (EHLO or HELO) ACL: cannot specify header lines here: message ignored
 1999-03-02 09:44:33 rcpt accepted C=EHLO,MAIL,RCPT
-1999-03-02 09:44:33 10HmaX-000000005vi-0000 10HmaX-000000005vi-0000 no recipients found in headers
+1999-03-02 09:44:33 10HmaX-000000005vi-0000 no recipients found in headers