diff options
author | korgoth1 <vladislav.stakhov@gmail.com> | 2019-12-07 23:46:50 +0300 |
---|---|---|
committer | korgoth1 <vladislav.stakhov@gmail.com> | 2019-12-07 23:46:50 +0300 |
commit | 1e38f5941625b4b45bd56169e4741471817a881a (patch) | |
tree | bc4ca0def50b19ac0198652ea98f648f12981ecb /test/functional/cases/340_surbl.robot | |
parent | d6a1a0f31fa4e8d72faef0f9536cc179b42c37a9 (diff) | |
download | rspamd-1e38f5941625b4b45bd56169e4741471817a881a.tar.gz rspamd-1e38f5941625b4b45bd56169e4741471817a881a.zip |
[Test] SPF for relay
Diffstat (limited to 'test/functional/cases/340_surbl.robot')
-rw-r--r-- | test/functional/cases/340_surbl.robot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/functional/cases/340_surbl.robot b/test/functional/cases/340_surbl.robot index 5137223bf..71bd4285a 100644 --- a/test/functional/cases/340_surbl.robot +++ b/test/functional/cases/340_surbl.robot @@ -141,6 +141,9 @@ SURBL IDN Punycode domain Should Not Contain ${result.stdout} DBL_PHISH Should Not Contain ${result.stdout} URIBL_BLACK +SURBL html entity ­ + ${result} = Scan Message With Rspamc ${TESTDIR}/messages/url10.eml + Should Contain ${result.stdout} RSPAMD_URIBL *** Keywords *** Surbl Setup |