From: korgoth1 Date: Sat, 7 Dec 2019 20:46:50 +0000 (+0300) Subject: [Test] SPF for relay X-Git-Tag: 2.3~238^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e38f5941625b4b45bd56169e4741471817a881a;p=thirdparty%2Frspamd.git [Test] SPF for relay --- diff --git a/test/functional/cases/340_surbl.robot b/test/functional/cases/340_surbl.robot index 5137223bf5..71bd4285ac 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 0000000000..3b43e9e08e --- /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