From d25611191f37f7c66d5ea21641f58ff37e5948b5 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Fri, 2 Oct 2020 13:44:22 +0200 Subject: [Test] RBL: content URLs --- test/functional/cases/300_rbl.robot | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/functional/cases') 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 -- cgit v1.2.3