diff options
author | Mikhail Galanin <mgalanin@mimecast.com> | 2018-09-10 09:44:56 +0100 |
---|---|---|
committer | Mikhail Galanin <mgalanin@mimecast.com> | 2018-09-10 09:44:56 +0100 |
commit | 4b237a7e75be781128f7d99f27f6f03b0292e3f9 (patch) | |
tree | 9281110e6d7390638eba56e3dfed56ed9ca4aee7 /test | |
parent | d3ecbb2cc641c97723475d406481d2194398bb15 (diff) | |
download | rspamd-4b237a7e75be781128f7d99f27f6f03b0292e3f9.tar.gz rspamd-4b237a7e75be781128f7d99f27f6f03b0292e3f9.zip |
[Test] And another fake domain
Used in "Blacklist" test and slows it down when no connection
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/configs/plugins.conf | 5 |
1 files changed, 5 insertions, 0 deletions
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"]; }]; } } |