diff options
Diffstat (limited to 'test/functional/cases/300_rbl.robot')
-rw-r--r-- | test/functional/cases/300_rbl.robot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/functional/cases/300_rbl.robot b/test/functional/cases/300_rbl.robot index 74b55f4b2..64fa8aff3 100644 --- a/test/functional/cases/300_rbl.robot +++ b/test/functional/cases/300_rbl.robot @@ -50,6 +50,14 @@ EMAILBL Compose Map 3 Scan File ${TESTDIR}/messages/url16.eml Expect Symbol With Exact Options RSPAMD_EMAILBL 41.black.sanchez.com:email +CONTENT URLS + Scan File ${TESTDIR}/messages/content_url.eml + Expect Symbol With Exact Options URIBL_NOCONTENT example.org:url + Expect Symbol With Option URIBL_WITHCONTENT example.com:url + Expect Symbol With Option URIBL_WITHCONTENT example.org:url + Expect Symbol With Option URIBL_WITHCONTENT 8.8.8.8:url + Expect Symbol With Exact Options URIBL_CONTENTONLY example.com:url + *** Keywords *** Rbl Setup |