diff options
author | Andrew Lewis <nerf@judo.za.org> | 2020-10-02 13:44:22 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2020-10-02 13:44:22 +0200 |
commit | d25611191f37f7c66d5ea21641f58ff37e5948b5 (patch) | |
tree | 3a56e3d8476873dd39aa6c97cad20d3f11de37d5 /test/functional/cases | |
parent | b2d42ef071ad43773d68e9b9da3d3c1f741362a2 (diff) | |
download | rspamd-d25611191f37f7c66d5ea21641f58ff37e5948b5.tar.gz rspamd-d25611191f37f7c66d5ea21641f58ff37e5948b5.zip |
[Test] RBL: content URLs
Diffstat (limited to 'test/functional/cases')
-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 |