From: Jeremy Harris Date: Tue, 27 Oct 2015 14:21:25 +0000 (+0000) Subject: Docs: minor tweaks X-Git-Tag: exim-4_87_RC1~67 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=41e9358909b01447692befa3a4983611d1978755;hp=fff1b30049ce36f176fd216d5dadf3f8f1f8474c;p=user%2Fhenk%2Fcode%2Fexim.git Docs: minor tweaks --- diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 9bee9e874..114cce87f 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -31127,7 +31127,7 @@ In the latter case, the range is tried in strict order. Elements after the first for Unix sockets, or second for TCP socket, are options. -The supported option are: +The supported options are: .code pri= Selection priority weight= Selection bias diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index abdc5b7cb..beedb59f4 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -60,6 +60,9 @@ JH/09 Bug 1700: ignore space & tab embedded in base64 during decode. JH/10 Bug 840: fix log_defer_output option of pipe transport +JH/11 Bug 830: use same host for all RCPTS of a message, even under + hosts_randomize. This matters a lot when combined with mua_wrapper. + Exim version 4.86 -----------------