]> source.dussan.org Git - rspamd.git/commitdiff
[Test] And another fake domain
authorMikhail Galanin <mgalanin@mimecast.com>
Mon, 10 Sep 2018 08:44:56 +0000 (09:44 +0100)
committerMikhail Galanin <mgalanin@mimecast.com>
Mon, 10 Sep 2018 08:44:56 +0000 (09:44 +0100)
Used in "Blacklist" test and slows it down when no connection

test/functional/configs/plugins.conf

index 5587eeae594648b95e319c4acec362cc00169c7c..7109cfa80e4200d7da1f6958e0d94b3f052cddbd 100644 (file)
@@ -431,6 +431,11 @@ options = {
           name = "www.dnssec-failed.org",
           type = "txt";
           rcode = 'timeout';
+        },
+        {
+          name = "cacophony.za.org",
+          type = "txt";
+          replies = ["v=spf1 redirect=asdfsfewewrredfs"];
         }];
   }
 }