diff options
author | korgoth1 <vladislav.stakhov@gmail.com> | 2019-09-08 19:40:00 +0300 |
---|---|---|
committer | korgoth1 <vladislav.stakhov@gmail.com> | 2019-09-08 19:40:00 +0300 |
commit | b38a8298263120c857a95522decd31d09cb42504 (patch) | |
tree | 0786d34a6eadbde5c0e5e133c582ae0eb31d93c8 /test/functional/cases/340_surbl.robot | |
parent | 2b9ee5fee2c7beb9001a6df1b68a11ec724c966d (diff) | |
parent | 859483618be3602ea3c405f944595f8c0d06e720 (diff) | |
download | rspamd-b38a8298263120c857a95522decd31d09cb42504.tar.gz rspamd-b38a8298263120c857a95522decd31d09cb42504.zip |
[Test] WHITELIST_SURBL
Diffstat (limited to 'test/functional/cases/340_surbl.robot')
-rw-r--r-- | test/functional/cases/340_surbl.robot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/cases/340_surbl.robot b/test/functional/cases/340_surbl.robot index 232914932..ee80577cf 100644 --- a/test/functional/cases/340_surbl.robot +++ b/test/functional/cases/340_surbl.robot @@ -94,7 +94,8 @@ SURBL example.com encoded url in subject WHITELIST ${result} = Scan Message With Rspamc ${TESTDIR}/messages/whitelist.eml - Should Contain ${result.stdout} RSPAMD_URIBL ( + Should Not Contain ${result.stdout} RSPAMD_URIBL ( + Should Not Contain ${result.stdout} DBL_SPAM ( *** Keywords *** Surbl Setup |