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/doc-txt/NewStuff | |
parent | 0bcb2a0eee60d8db149d492023f6645a2897da31 (diff) |
Added log_selector=+queue_time_overall.
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 8 |
1 files changed, 7 insertions, 1 deletions
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 ------------ |