diff options
author | Phil Pennock <pdp@exim.org> | 2011-02-21 00:11:32 -0500 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2011-02-21 00:13:18 -0500 |
commit | 29cfeb94e35eb8fe2b6f02fe9c9444edb251fd71 (patch) | |
tree | 287642bd0a2fada4e4ab79d13c7d619c52239947 /doc | |
parent | 332f5cf3ddb43e1a85d70039211e73aa1a753ebd (diff) |
Improved spamd server selection.
Patch from Mark Zealey.
Fixes bug 1056.
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 ------------ |