diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 3 | ||||
-rw-r--r-- | doc/doc-txt/NewStuff | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 1fd7bd3cf..1fb19caee 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -63,6 +63,9 @@ PP/10 Use sig_atomic_t for flags set from signal handlers. PP/11 Bugzilla 1055: Update $message_linecount for maildir_tag. Patch from Mark Zealey. +PP/12 Bugzilla 1056: Improved spamd server selection. + Patch from Mark Zealey. + Exim version 4.74 ----------------- diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 7ae550bb4..b940afe34 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -29,6 +29,9 @@ Version 4.75 in the same way as $message_size, to reflect the real number of lines, including any header additions or removals from transport. + 5. When contacting a pool of SpamAssassin servers configured in spamd_address, + Exim now selects entries randomly, to better scale in a cluster setup. + Version 4.74 ------------ |