summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTodd Lyons <tlyons@exim.org>2013-10-09 08:48:39 -0700
committerTodd Lyons <tlyons@exim.org>2013-10-09 08:48:39 -0700
commitb10e4ec2bc7b74e062939d573cf9e93a9a939890 (patch)
treeb858253c43c609d463d99de15a130364db68c3b4 /src
parent599dcb77fa12926903b90dde1f4aa396b4545ddf (diff)
Documentation for multiple TCP clamd servers
Diffstat (limited to 'src')
-rw-r--r--src/ACKNOWLEDGMENTS1
-rw-r--r--src/README.UPDATING3
2 files changed, 4 insertions, 0 deletions
diff --git a/src/ACKNOWLEDGMENTS b/src/ACKNOWLEDGMENTS
index 4bcf455f8..1c4a93445 100644
--- a/src/ACKNOWLEDGMENTS
+++ b/src/ACKNOWLEDGMENTS
@@ -455,6 +455,7 @@ Moritz Wilhelmy Pointed out PCRE_PRERELEASE glitch
Alain Williams Patch supporting MySQL stored procedures
Mark Zealey Patch updating $message_linecount for maildir_tag
Patch improving spamd server selection
+ Patch to allow multiple TCP clamd servers
Packagers
diff --git a/src/README.UPDATING b/src/README.UPDATING
index 0a7811281..8b39848b4 100644
--- a/src/README.UPDATING
+++ b/src/README.UPDATING
@@ -37,6 +37,9 @@ Exim version 4.82
unnecessary serialisation and load. External tools tracking the state of
Exim by the hints databases may need modification to take this into account.
+ * The av_scanner option can now accept multiple clamd TCP targets, all other
+ setting limitations remain.
+
Exim version 4.80
-----------------