diff options
author | korgoth1 <vladislav.stakhov@gmail.com> | 2019-08-30 21:07:25 +0300 |
---|---|---|
committer | korgoth1 <vladislav.stakhov@gmail.com> | 2019-08-30 21:07:25 +0300 |
commit | 03677971af95908e7b6a7f961d310acd6688a70d (patch) | |
tree | 4fc82d8f3f96fd3d7ad09ed8351313f99b418f0a /test/functional/cases | |
parent | 3ee33462d0c730ef2f1446d21e90d34ab90de081 (diff) | |
download | rspamd-03677971af95908e7b6a7f961d310acd6688a70d.tar.gz rspamd-03677971af95908e7b6a7f961d310acd6688a70d.zip |
[Test] uribl in mail address
Diffstat (limited to 'test/functional/cases')
-rw-r--r-- | test/functional/cases/340_surbl.robot | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/functional/cases/340_surbl.robot b/test/functional/cases/340_surbl.robot index a533afdf5..58be332f8 100644 --- a/test/functional/cases/340_surbl.robot +++ b/test/functional/cases/340_surbl.robot @@ -60,6 +60,15 @@ SURBL Example.com domain image false Should Not Contain ${result.stdout} DBL_PHISH ( Should Not Contain ${result.stdout} URIBL_BLACK ( +SURBL @example.com mail + ${result} = Scan Message With Rspamc ${TESTDIR}/messages/mailadr.eml + Should Contain ${result.stdout} URIBL_IN_MAIL ( + Should Not Contain ${result.stdout} RSPAMD_URIBL + Should Not Contain ${result.stdout} DBL_SPAM ( + Should Not Contain ${result.stdout} RSPAMD_URIBL ( + Should Not Contain ${result.stdout} DBL_PHISH ( + Should Not Contain ${result.stdout} URIBL_BLACK ( + *** Keywords *** Surbl Setup ${PLUGIN_CONFIG} = Get File ${TESTDIR}/configs/surbl.conf |