aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/cases
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2020-10-02 13:44:22 +0200
committerAndrew Lewis <nerf@judo.za.org>2020-10-02 13:44:22 +0200
commitd25611191f37f7c66d5ea21641f58ff37e5948b5 (patch)
tree3a56e3d8476873dd39aa6c97cad20d3f11de37d5 /test/functional/cases
parentb2d42ef071ad43773d68e9b9da3d3c1f741362a2 (diff)
downloadrspamd-d25611191f37f7c66d5ea21641f58ff37e5948b5.tar.gz
rspamd-d25611191f37f7c66d5ea21641f58ff37e5948b5.zip
[Test] RBL: content URLs
Diffstat (limited to 'test/functional/cases')
-rw-r--r--test/functional/cases/300_rbl.robot8
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