diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-11-24 14:38:13 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-11-24 14:38:13 +0000 |
commit | 2ac0e484077ee1b4e45fe8b45d57cd2bcf050c11 (patch) | |
tree | 9dc9c2a05f188cfcf79436dfe073ab66ed2d5b14 /doc | |
parent | 0bcb2a0eee60d8db149d492023f6645a2897da31 (diff) |
Added log_selector=+queue_time_overall.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 | ||||
-rw-r--r-- | doc/doc-txt/NewStuff | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 1d294c857..51ca5f64f 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.36 2004/11/22 11:30:03 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.37 2004/11/24 14:38:13 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -164,6 +164,8 @@ Exim version 4.44 a list of IP addresses and/or domains to be looked up in a particular DNS domain. +39. Added log_selector=+queue_time_overall. + Exim version 4.43 ----------------- diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index be1bbfe16..3525e84dc 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.14 2004/11/22 11:30:03 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.15 2004/11/24 14:38:13 ph10 Exp $ New Features in Exim -------------------- @@ -196,6 +196,12 @@ Version 4.44 Once a DNS record has been found (that matches a specific IP return address, if specified), no further lookups are done. +16. The log selector queue_time_overall causes Exim to output the time spent on + the queue as an addition to the "Completed" message. Like queue_time (which + puts the queue time on individual delivery lines), the time is tagged with + "QT=", and it is measured from the time that the message starts to be + received, so it includes the reception time. + Version 4.43 ------------ |