summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-01-16 21:31:28 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2018-01-16 21:31:28 +0000
commit306c6c7751cf6953dc544a607b584a9ca58623ad (patch)
tree0758225ef33652437874e2d2a2be7105ef5b982f /doc/doc-txt
parentbf0f389a2904ec7a86781561d866af3a1ae2d040 (diff)
Logging: Receive duration on <= lines. Bug 353
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/NewStuff4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index 15722e114..560e15ef5 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -20,11 +20,13 @@ Version 4.91
4. SPF support is promoted from Experimental to mainline status. The template
src/EDITME makefile does not enable its inclusion.
- 5 Logging control for DKIM verification. The existing DKIM log line is
+ 5. Logging control for DKIM verification. The existing DKIM log line is
controlled by a "dkim_verbose" selector which is _not_ enabled by default.
A new tag "DKIM=<domain>" is added to <= lines by default, controlled by
a "dkim" log_selector.
+ 6. Receive duration on <= lines, under a new log_selector "receive_time".
+
Version 4.90
------------