aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-02-07 21:58:39 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-02-07 21:58:39 +0000
commitbd59acda6a52b5eb86e3c6b9f5fb8019ce5dd813 (patch)
tree4297b9271659011e873ad500104059d14381ca8e
parent910d413d7bcf5b6ddacb7f9ead1f9f3fe2720522 (diff)
downloadrspamd-bd59acda6a52b5eb86e3c6b9f5fb8019ce5dd813.tar.gz
rspamd-bd59acda6a52b5eb86e3c6b9f5fb8019ce5dd813.zip
[Test] Fix tests relying on the broken behaviour
-rw-r--r--lualib/rspamadm/mime.lua2
-rw-r--r--test/functional/cases/102_multimap.robot11
-rw-r--r--test/functional/configs/multimap.conf2
3 files changed, 8 insertions, 7 deletions
diff --git a/lualib/rspamadm/mime.lua b/lualib/rspamadm/mime.lua
index 6765c9e43..2e0c0c4bf 100644
--- a/lualib/rspamadm/mime.lua
+++ b/lualib/rspamadm/mime.lua
@@ -765,7 +765,7 @@ local function modify_handler(opts)
end
-- End of headers
- local eoh_pos = #out
+ --local eoh_pos = #out
out[#out + 1] = ''
local boundaries = {}
diff --git a/test/functional/cases/102_multimap.robot b/test/functional/cases/102_multimap.robot
index 3b0995d56..5c0dce781 100644
--- a/test/functional/cases/102_multimap.robot
+++ b/test/functional/cases/102_multimap.robot
@@ -280,11 +280,12 @@ MAP - RECEIVED - IP MINMAX POS - ONE
Check Rspamc ${result} RCVD_TEST_01
Check Rspamc ${result} RCVD_TEST_02 inverse=1
-MAP - RECEIVED - IP MINMAX POS - TWO / RCVD_AUTHED_ONE HIT
- ${result} = Scan Message With Rspamc ${RCVD2}
- Check Rspamc ${result} RCVD_TEST_02
- Should Not Contain ${result.stdout} RCVD_TEST_01
- Should Contain ${result.stdout} RCVD_AUTHED_ONE
+# Relies on parsing of shitty received
+#MAP - RECEIVED - IP MINMAX POS - TWO / RCVD_AUTHED_ONE HIT
+# ${result} = Scan Message With Rspamc ${RCVD2}
+# Check Rspamc ${result} RCVD_TEST_02
+# Should Not Contain ${result.stdout} RCVD_TEST_01
+# Should Contain ${result.stdout} RCVD_AUTHED_ONE
MAP - RECEIVED - REDIS
Redis HSET RCVD_TEST 2a01:7c8:aab6:26d:5054:ff:fed1:1da2 ${EMPTY}
diff --git a/test/functional/configs/multimap.conf b/test/functional/configs/multimap.conf
index 61bd310a8..77326f26c 100644
--- a/test/functional/configs/multimap.conf
+++ b/test/functional/configs/multimap.conf
@@ -139,7 +139,7 @@ multimap {
}
RCVD_TEST_02 {
type = "received";
- min_pos = -2;
+ min_pos = -1;
map = "${TESTDIR}/configs/maps/rcvd.list";
}
RCVD_TEST_REDIS_01 {