diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-31 17:40:55 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-08 21:20:02 +0000 |
commit | 83d2a8615f6fede0c99dda5cb83dd510d7ad0269 (patch) | |
tree | 5ce5a51d049ec7d53e8c3571f72e985707cbb4fa /doc/doc-txt | |
parent | aab9a84358906493bde0efc6aa13b00e59096396 (diff) |
Fix conversation closedown with the Avast malware scanner. Bug 2113
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 8112d4b07..b99b8187b 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -89,6 +89,11 @@ PP/01 Fix broken Heimdal GSSAPI authenticator integration. Broken in f2ed27cf5, missing an equals sign for specified-initialisers. Broken also in d185889f4, with init system revamp. +JH/17 Bug 2113: Fix conversation closedown with the Avast malware scanner. + Previously we abruptly closed the connection after reading a malware- + found indication; now we go on to read the "scan ok" response line, + and send a quit. + Exim version 4.90 ----------------- |