diff options
author | Phil Pennock <pdp@exim.org> | 2010-09-05 18:59:38 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2010-09-05 18:59:38 -0400 |
commit | 491fab4cccf46d85afd7bb4b58352e01e3a9923f (patch) | |
tree | 4ac2ee33f644598704782b82f5198dd40b382336 /doc | |
parent | 57b3a7f5217369edd800f6d57abbd67ea12e9bbe (diff) |
Document the ClamAV ExtendedDetectionInfo response handling.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 | ||||
-rw-r--r-- | 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 9feb5a7ac..82789d73a 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 a3e3362a4..2609d0a1f 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 |