Logging: pipelining log_selector
[exim.git] / src / src / receive.c
index 974756f06402f5856a87be0c3e70a04f942fb3bc..39f5b67583b51164c4213fd390207aac820ac500 100644 (file)
@@ -1320,6 +1320,8 @@ if (sender_ident)
   g = string_append(g, 2, US" U=", sender_ident);
 if (received_protocol)
   g = string_append(g, 2, US" P=", received_protocol);
+if (LOGGING(pipelining) && smtp_in_pipelining_advertised)
+  g = string_catn(g, US" L", 2);
 return g;
 }