commit 4e2bb3b: [Minor] lua_scanners - icap - update compatibility
Carsten Rosenberg
c.rosenberg at heinlein-support.de
Sun Feb 27 16:56:05 UTC 2022
Author: Carsten Rosenberg
Date: 2022-02-11 14:49:58 +0100
URL: https://github.com/rspamd/rspamd/commit/4e2bb3bdbf9095be9ed64950fd010d2a11053319
[Minor] lua_scanners - icap - update compatibility
---
lualib/lua_scanners/icap.lua | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/lualib/lua_scanners/icap.lua b/lualib/lua_scanners/icap.lua
index f5240600a..4e2af61bf 100644
--- a/lualib/lua_scanners/icap.lua
+++ b/lualib/lua_scanners/icap.lua
@@ -20,10 +20,11 @@ limitations under the License.
This module contains icap access functions.
Currently tested with
- C-ICAP Squidclamav / echo
+ - Checkpoint Sandblast
- F-Secure Internet Gatekeeper
- Kaspersky Web Traffic Security
- Kaspersky Scan Engine 2.0
- - McAfee Web Gateway 11
+ - McAfee Web Gateway 9/10/11
- Sophos Savdi
- Symantec (Rspamd <3.2, >=3.2 untested)
- Trend Micro IWSVA 6.0
@@ -41,6 +42,9 @@ Configuration Notes:
C-ICAP Squidclamav
scheme = "squidclamav";
+Checkpoint Sandblast example:
+ scheme = "sandblast";
+
ESET Gateway Security / Antivirus for Linux example:
scheme = "scan";
@@ -58,7 +62,7 @@ Kaspersky Web Traffic Security (as configured in kavicapd.xml):
scheme = "resp";
x_client_header = true;
-McAfee Web Gateway 11 (Headers must be activated with personal extra Rules)
+McAfee Web Gateway 10/11 (Headers must be activated with personal extra Rules)
scheme = "respmod";
x_client_header = true;
@@ -389,7 +393,7 @@ local function icap_check(task, content, digest, rule, maybe_part)
icap: X-Virus-ID: Trojaner
icap: X-Response-Info: Blocked
- McAfee Web Gateway 11 (Headers must be activated with personal extra Rules)
+ McAfee Web Gateway 10/11 (Headers must be activated with personal extra Rules)
icap: X-Virus-ID: EICAR test file
icap: X-Media-Type: text/plain
icap: X-Block-Result: 80
More information about the Commits
mailing list