diff options
author | Carsten Rosenberg <c.rosenberg@heinlein-support.de> | 2020-05-12 20:19:42 +0200 |
---|---|---|
committer | Carsten Rosenberg <c.rosenberg@heinlein-support.de> | 2020-05-12 20:19:42 +0200 |
commit | 9e3fdb22a9e817ffd72231aa22ff34a71e43f2b0 (patch) | |
tree | 803900f5c6d4a0ff573952d4f443e9820e6d513d /lualib/lua_scanners/icap.lua | |
parent | a987e8a56b86925b85ffdf8c45a447758d1b4615 (diff) | |
download | rspamd-9e3fdb22a9e817ffd72231aa22ff34a71e43f2b0.tar.gz rspamd-9e3fdb22a9e817ffd72231aa22ff34a71e43f2b0.zip |
[Minor] lua_scanners - Fix ICAP default port
Diffstat (limited to 'lualib/lua_scanners/icap.lua')
-rw-r--r-- | lualib/lua_scanners/icap.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lualib/lua_scanners/icap.lua b/lualib/lua_scanners/icap.lua index 42c32134b..5b03347ca 100644 --- a/lualib/lua_scanners/icap.lua +++ b/lualib/lua_scanners/icap.lua @@ -44,7 +44,7 @@ local function icap_config(opts) scan_text_mime = false, scan_image_mime = false, scheme = "scan", - default_port = 4020, + default_port = 1344, timeout = 10.0, log_clean = false, retransmits = 2, |