Gitweb:
http://git.exim.org/exim.git/commitdiff/491fab4cccf46d85afd7bb4b58352e01e3a9923f
Commit: 491fab4cccf46d85afd7bb4b58352e01e3a9923f
Parent: 57b3a7f5217369edd800f6d57abbd67ea12e9bbe
Author: Phil Pennock <pdp@???>
AuthorDate: Sun Sep 5 18:59:38 2010 -0400
Committer: Phil Pennock <pdp@???>
CommitDate: Sun Sep 5 18:59:38 2010 -0400
Document the ClamAV ExtendedDetectionInfo response handling.
---
doc/doc-txt/ChangeLog | 4 ++++
doc/doc-txt/NewStuff | 2 ++
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 9feb5a7..82789d7 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -60,6 +60,10 @@ JJ/03 added tcp_wrappers_daemon_name to allow host entries other than
PP/17 Fix malware regression for cmdline scanner introduced in PP/08.
Notification from Dr Andrew Aitchison.
+PP/18 Change ClamAV response parsing to be more robust and to handle ClamAV's
+ ExtendedDetectionInfo response format.
+ Notification from John Horne.
+
Exim version 4.72
-----------------
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index a3e3362..2609d0a 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -38,6 +38,8 @@ Version 4.73
av_scanner = clamd:192.0.2.3 1234:local
+ ClamAV's ExtendedDetectionInfo response format is now handled.
+
4. There is now a -bmalware option, restricted to admin users. This option
takes one parameter, a filename, and scans that file with Exim's
malware-scanning framework. This is intended purely as a debugging aid