summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-08-18 19:45:36 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2018-08-21 19:26:44 +0100
commit7c576fcada992ef799700d2fd1a7753f40f1bb7a (patch)
treea79ff38804bdf8351d5a44bde825b0e71b7b69bf /doc
parentac0aabcebbc0d57c1e1c580e2225353e206109a7 (diff)
Logging: pipelining log_selector
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-docbook/spec.xfpt10
-rw-r--r--doc/doc-txt/NewStuff2
2 files changed, 11 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index f97a430a6..ff945eebd 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -36563,8 +36563,9 @@ the following table:
&`F `& sender address (on delivery lines)
&`H `& host name and IP address
&`I `& local interface used
-&`K `& CHUNKING extension used
&`id `& message id for incoming message
+&`K `& CHUNKING extension used
+&`L `& on &`<=`& and &`=>`& lines: PIPELINING extension offered or used
&`M8S `& 8BITMIME status for incoming message
&`P `& on &`<=`& lines: protocol used
&` `& on &`=>`& and &`**`& lines: return path
@@ -36675,6 +36676,7 @@ selection marked by asterisks:
&` queue_time `& time on queue for one recipient
&` queue_time_overall `& time on queue for whole message
&` pid `& Exim process id
+&` pipelining `& PIPELINING, advertisement on <= lines, use on => lines
&` proxy `& proxy address on <= and => lines
&` receive_time `& time taken to receive message
&` received_recipients `& recipients on <= lines
@@ -36877,6 +36879,12 @@ local port is a random ephemeral port.
&%pid%&: The current process id is added to every log line, in square brackets,
immediately after the time and date.
.next
+.cindex log pipelining
+.cindex pipelining "logging outgoing"
+&%pipelining%&: A field is added to delivery and accept
+log lines when the ESMTP PIPELINING extension was used.
+The field is a single "L".
+.next
.cindex "log" "queue run"
.cindex "queue runner" "logging"
&%queue_run%&: The start and end of every queue run are logged.
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index 05c416ec7..e22f759c7 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -21,6 +21,8 @@ Version 4.92
4. If built with SUPPORT_I18N a "utf8_downconvert" option on the smtp transport.
+ 5. A "pipelining" log_selector.
+
Version 4.91
--------------