diff options
author | Mikhail Galanin <mgalanin@mimecast.com> | 2018-09-10 09:23:10 +0100 |
---|---|---|
committer | Mikhail Galanin <mgalanin@mimecast.com> | 2018-09-10 09:23:10 +0100 |
commit | d3ecbb2cc641c97723475d406481d2194398bb15 (patch) | |
tree | de6d3f9ea26495ed3868413a9f634f1f06b8f911 /test/functional/configs/plugins.conf | |
parent | 8128b539535d3c8df974ac2fee7d673f5d3c5502 (diff) | |
download | rspamd-d3ecbb2cc641c97723475d406481d2194398bb15.tar.gz rspamd-d3ecbb2cc641c97723475d406481d2194398bb15.zip |
[Test] One more domain to faking records
Diffstat (limited to 'test/functional/configs/plugins.conf')
-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 aaf27b61e..5587eeae5 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'; }]; } } |