Content scan: Disable "aveserver", "kavdaemon" and "mksd" in the template makefile...
authorJeremy Harris <jgh146exb@wizmail.org>
Mon, 1 Jan 2018 17:28:46 +0000 (17:28 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Mon, 1 Jan 2018 17:28:46 +0000 (17:28 +0000)
doc/doc-txt/ChangeLog
src/src/EDITME

index 31f3c5d957ac3ca11b2c155e180612f5828a1031..4390cd4fb7ef1cb11fd1c5509ca305558b3e68a9 100644 (file)
@@ -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
index 39c1cdbccf2655a8dc805e0dba5d8cb72412c325..933f1ac18068382e2ec30e56b71c288458e7660b 100644 (file)
@@ -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