From: Mikhail Galanin Date: Mon, 10 Sep 2018 08:44:56 +0000 (+0100) Subject: [Test] And another fake domain X-Git-Tag: 1.8.0~154^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4b237a7e75be781128f7d99f27f6f03b0292e3f9;p=rspamd.git [Test] And another fake domain Used in "Blacklist" test and slows it down when no connection --- diff --git a/test/functional/configs/plugins.conf b/test/functional/configs/plugins.conf index 5587eeae5..7109cfa80 100644 --- a/test/functional/configs/plugins.conf +++ b/test/functional/configs/plugins.conf @@ -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"]; }]; } }