From 1e38f5941625b4b45bd56169e4741471817a881a Mon Sep 17 00:00:00 2001 From: korgoth1 Date: Sat, 7 Dec 2019 23:46:50 +0300 Subject: [Test] SPF for relay --- test/functional/cases/340_surbl.robot | 3 +++ test/functional/messages/url10.eml | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 test/functional/messages/url10.eml (limited to 'test/functional') 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 diff --git a/test/functional/messages/url10.eml b/test/functional/messages/url10.eml new file mode 100644 index 000000000..3b43e9e08 --- /dev/null +++ b/test/functional/messages/url10.eml @@ -0,0 +1,4 @@ +Content-Type: text/html +Content-Transfer-Encoding: quoted-printable + + \ No newline at end of file -- cgit v1.2.3