X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/b01dd148c3a5f3a70817b08e41ad21aeee1d8f28..cf8b11a5399e64e50b6cd58f56a98197aca599d8:/doc/doc-txt/NewStuff diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 3fe06394f..f5b8bd949 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.130 2007/01/23 14:34:02 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.131 2007/01/30 11:45:20 ph10 Exp $ New Features in Exim -------------------- @@ -197,6 +197,12 @@ Version 4.67 go while a single connection is being processed. When a child process terminates, the daemon decrements the variable. + 6. There's a new control called no_pipelining, which does what its name + suggests. It turns off the advertising of the PIPELINING extension to SMTP. + To be useful, this control must be obeyed before Exim sends its response to + an EHLO command. Therefore, it should normally appear in an ACL controlled + by acl_smtp_connect or acl_smtp_helo. + Version 4.66 ------------