From: Mikhail Galanin Date: Mon, 10 Sep 2018 08:23:10 +0000 (+0100) Subject: [Test] One more domain to faking records X-Git-Tag: 1.8.0~154^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3ecbb2cc641c97723475d406481d2194398bb15;p=thirdparty%2Frspamd.git [Test] One more domain to faking records --- diff --git a/test/functional/configs/plugins.conf b/test/functional/configs/plugins.conf index aaf27b61e9..5587eeae59 100644 --- a/test/functional/configs/plugins.conf +++ b/test/functional/configs/plugins.conf @@ -426,6 +426,11 @@ options = { name = "fail1.org.org.za", type = "txt"; replies = ["v=spf1 redirect=www.dnssec-failed.org"]; + }, + { + name = "www.dnssec-failed.org", + type = "txt"; + rcode = 'timeout'; }]; } }