Skip to content

Commit

Permalink
[Minor] lua_scanners - icap - update compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
c-rosenberg committed Feb 27, 2022
1 parent 89c9984 commit 4e2bb3b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions lualib/lua_scanners/icap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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";
Expand All @@ -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;
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4e2bb3b

Please sign in to comment.