diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-02-06 14:49:13 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-02-06 14:49:13 +0000 |
commit | c51b8e75b2fe31282ea1526ed556d7d9402d543f (patch) | |
tree | 2b38cf8b46359f8d9e46ab6aa03ce5a6c9b76ba0 /doc/doc-txt/NewStuff | |
parent | 09945f1e758a9c9268423e53d2cee2c6c631f465 (diff) |
Implemented hosts_avoid_pipelining in the smtp transport.
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index b05db458a..3fbb1b662 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.138 2007/02/06 12:19:27 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.139 2007/02/06 14:49:13 ph10 Exp $ New Features in Exim -------------------- @@ -282,6 +282,10 @@ Version 4.67 The value is expanded every time it is needed. If the expansion fails, a panic is logged, and the default setting is used. +14. The smtp transport has a new option called hosts_avoid_pipelining. It can + be used to suppress the use of PIPELINING to certain hosts, while still + supporting the other SMTP extensions (cf hosts_avoid_tls). + Version 4.66 ------------ |