diff options
author | korgoth1 <vladislav.stakhov@gmail.com> | 2020-01-11 01:18:46 +0300 |
---|---|---|
committer | korgoth1 <vladislav.stakhov@gmail.com> | 2020-01-11 01:18:46 +0300 |
commit | c42580ff15642654e9473dbf0622ee0f0adf07fe (patch) | |
tree | 2458905d56d4c2b6e2f042a5a3ea315bf0488f6f /test | |
parent | 379e6713917389407103310a453ab7e426d3e9ac (diff) | |
download | rspamd-c42580ff15642654e9473dbf0622ee0f0adf07fe.tar.gz rspamd-c42580ff15642654e9473dbf0622ee0f0adf07fe.zip |
[Test] SURBL resolve ip
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/cases/340_surbl.robot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/cases/340_surbl.robot b/test/functional/cases/340_surbl.robot index 962bd30f9..8c7fcc3c1 100644 --- a/test/functional/cases/340_surbl.robot +++ b/test/functional/cases/340_surbl.robot @@ -13,9 +13,9 @@ ${URL_TLD} ${TESTDIR}/../lua/unit/test_tld.dat *** Test Cases *** SURBL resolve ip ${result} = Scan Message With Rspamc ${TESTDIR}/messages/url7.eml - Should Contain ${result.stdout} URIBL_SBL_CSS (1.00)[example.ru - Should Contain ${result.stdout} URIBL_XBL (1.00)[example.ru - Should Contain ${result.stdout} URIBL_PBL (1.00)[example.ru + Should Contain ${result.stdout} URIBL_SBL_CSS (1.00)[8.8.8.9:example.ru + Should Contain ${result.stdout} URIBL_XBL (1.00)[8.8.8.8:example.ru + Should Contain ${result.stdout} URIBL_PBL (1.00)[8.8.8.8:example.ru SURBL Example.com domain ${result} = Scan Message With Rspamc ${TESTDIR}/messages/url4.eml |