diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-11-25 13:26:34 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-11-25 13:26:34 +0000 |
commit | 074033b9aa59529eac839513b982505e6adef7f5 (patch) | |
tree | ca193c994d6fbe264f7763850895171486bd182b /test/functional | |
parent | 82d8d983b1f1a2f53daea13325690651086f2c82 (diff) | |
download | rspamd-074033b9aa59529eac839513b982505e6adef7f5.tar.gz rspamd-074033b9aa59529eac839513b982505e6adef7f5.zip |
[Project] Various fixes for lua_content project
Diffstat (limited to 'test/functional')
-rw-r--r-- | test/functional/cases/102_multimap.robot | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/test/functional/cases/102_multimap.robot b/test/functional/cases/102_multimap.robot index c403607fe..c953970dc 100644 --- a/test/functional/cases/102_multimap.robot +++ b/test/functional/cases/102_multimap.robot @@ -25,6 +25,10 @@ ${FREEMAIL_CC} ${TESTDIR}/messages/freemailcc.eml ${URL_ICS} ${TESTDIR}/messages/ics.eml *** Test Cases *** +URL_ICS + ${result} = Scan Message With Rspamc ${URL_ICS} + Check Rspamc ${result} Urls: ["test.com"] + MAP - DNSBL HIT ${result} = Scan Message With Rspamc ${MESSAGE} -i 127.0.0.2 Check Rspamc ${result} DNSBL_MAP @@ -327,9 +331,7 @@ FREEMAIL_CC ${result} = Scan Message With Rspamc ${FREEMAIL_CC} Check Rspamc ${result} FREEMAIL_CC (19.00)[test.com, test1.com, test2.com, test3.com, test4.com, test5.com, test6.com, test7.com, test8.com, test9.com, test10.com, test11.com, test12.com, test13.com, test14.com] -URL_ICS - ${result} = Scan Message With Rspamc ${URL_ICS} - Check Rspamc ${result} Urls: ["test.com"] + *** Keywords *** Multimap Setup |