https://bugs.exim.org/show_bug.cgi?id=1143

Git Commit <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Git Commit <[email protected]> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/5a87167f1597be3a04bb85e6560022c346a5b1d9

commit 5a87167f1597be3a04bb85e6560022c346a5b1d9
Author:     Jeremy Harris <[email protected]>
AuthorDate: Mon Jan 1 17:28:46 2018 +0000
Commit:     Jeremy Harris <[email protected]>
CommitDate: Mon Jan 1 17:28:46 2018 +0000

    Content scan:  Disable "aveserver", "kavdaemon" and "mksd" in the template
makefile.  Bugs 1143, 1594
---
 doc/doc-txt/ChangeLog | 2 ++
 src/src/EDITME        | 9 ++++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 31f3c5d..4390cd4 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -50,6 +50,8 @@ JH/07 Bug 2214: Fix SMTP responses resulting from non-accept
result of MIME ACL.
 JH/08 The "support for" informational output now, which built with Content
       Scanning support, has a line for the malware scanner interfaces compiled
       in.  Interface can be individually included or not at build time.
+      The "aveserver", "kavdaemon" and "mksd" interfaces are now not included
+      by the template makefile "src/EDITME".


 Exim version 4.90
diff --git a/src/src/EDITME b/src/src/EDITME
index 39c1cdb..933f1ac 100644
--- a/src/src/EDITME
+++ b/src/src/EDITME
@@ -404,16 +404,19 @@ EXIM_MONITOR=eximon.bin
 # DISABLE_MAL_FFROTD=yes
 # DISABLE_MAL_FFROT6D=yes
 # DISABLE_MAL_DRWEB=yes
-# DISABLE_MAL_AVE=yes
 # DISABLE_MAL_FSECURE=yes
-# DISABLE_MAL_KAV=yes
 # DISABLE_MAL_SOPHIE=yes
 # DISABLE_MAL_CLAM=yes
-# DISABLE_MAL_MKS=yes
 # DISABLE_MAL_AVAST=yes
 # DISABLE_MAL_SOCK=yes
 # DISABLE_MAL_CMDLINE=yes

+# These scanners are claimed to be no longer existent.
+
+DISABLE_MAL_AVE=yes
+DISABLE_MAL_KAV=yes
+DISABLE_MAL_MKS=yes
+


#------------------------------------------------------------------------------
 # If you're using ClamAV and are backporting fixes to an old version, instead

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##

Reply via email to