]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Test] One more domain to faking records
authorMikhail Galanin <mgalanin@mimecast.com>
Mon, 10 Sep 2018 08:23:10 +0000 (09:23 +0100)
committerMikhail Galanin <mgalanin@mimecast.com>
Mon, 10 Sep 2018 08:23:10 +0000 (09:23 +0100)
test/functional/configs/plugins.conf

index aaf27b61e91559739d0278a6fa049717109c5379..5587eeae594648b95e319c4acec362cc00169c7c 100644 (file)
@@ -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';
         }];
   }
 }