diff options
author | korgoth1 <vladislav.stakhov@gmail.com> | 2019-09-06 13:29:02 +0300 |
---|---|---|
committer | korgoth1 <vladislav.stakhov@gmail.com> | 2019-09-06 13:29:02 +0300 |
commit | eb35d6e29dabacbb13f2733952d98fb271303637 (patch) | |
tree | bafc58aa123bdaad967fd62779ba64de77fd89ad /test/functional/cases | |
parent | c33d98cf7705adbe73f997620e5c9bbede737c61 (diff) | |
download | rspamd-eb35d6e29dabacbb13f2733952d98fb271303637.tar.gz rspamd-eb35d6e29dabacbb13f2733952d98fb271303637.zip |
[Test] WHITELIST_SURBL for check
Diffstat (limited to 'test/functional/cases')
-rw-r--r-- | test/functional/cases/340_surbl.robot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/functional/cases/340_surbl.robot b/test/functional/cases/340_surbl.robot index a0cc4f943..232914932 100644 --- a/test/functional/cases/340_surbl.robot +++ b/test/functional/cases/340_surbl.robot @@ -92,6 +92,10 @@ SURBL example.com encoded url in subject Should Not Contain ${result.stdout} DBL_PHISH ( Should Not Contain ${result.stdout} URIBL_BLACK ( +WHITELIST + ${result} = Scan Message With Rspamc ${TESTDIR}/messages/whitelist.eml + Should Contain ${result.stdout} RSPAMD_URIBL ( + *** Keywords *** Surbl Setup ${PLUGIN_CONFIG} = Get File ${TESTDIR}/configs/surbl.conf |