Fix ChangeLog notice re manualroute option ordering
authorPhil Pennock <pdp@exim.org>
Tue, 27 Jun 2017 18:36:53 +0000 (14:36 -0400)
committerPhil Pennock <pdp@exim.org>
Tue, 27 Jun 2017 18:36:53 +0000 (14:36 -0400)
We do *NOT* permit options before hostnames.  It's always hostnames
before options.  It's _within_ the options that the use of a transport
name as an option name had been accidentally constrained to come last,
which was then fixed in commit 833c70bc.

I goofed in describing this.

doc/doc-txt/ChangeLog

index 03ec157ecf7a19c578efb73d521afa1fa44bedb1..05931dca14c3bb065a930c0962c6ca749c6c156a 100644 (file)
@@ -109,7 +109,8 @@ JH/15 Fix a crash in the smtp transport caused when two hosts in succession
 JH/16 Fix logging of delivery remote port, when specified by router, under
       callout/hold.
 
-PP/06 Repair manualroute's ability to take options before hostnames.
+PP/06 Repair manualroute's ability to take options in any order, even if one
+      is the name of a transport.
       Fixes bug 2140.