diff options
author | korgoth1 <vladislav.stakhov@gmail.com> | 2019-12-07 21:47:51 +0300 |
---|---|---|
committer | korgoth1 <vladislav.stakhov@gmail.com> | 2019-12-07 21:47:51 +0300 |
commit | d6a1a0f31fa4e8d72faef0f9536cc179b42c37a9 (patch) | |
tree | ffb6f553e33472d9b968317a8e3b03a429f80723 /test/functional/configs/plugins.conf | |
parent | cad261c52f9cc33144edc6c5e09b11c50c294421 (diff) | |
download | rspamd-d6a1a0f31fa4e8d72faef0f9536cc179b42c37a9.tar.gz rspamd-d6a1a0f31fa4e8d72faef0f9536cc179b42c37a9.zip |
[Test] SPF for relay
Diffstat (limited to 'test/functional/configs/plugins.conf')
-rw-r--r-- | test/functional/configs/plugins.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/functional/configs/plugins.conf b/test/functional/configs/plugins.conf index 2ac6e7a2c..098209788 100644 --- a/test/functional/configs/plugins.conf +++ b/test/functional/configs/plugins.conf @@ -219,14 +219,14 @@ options = { replies = ["v=spf1 ip4:8.8.8.8 a -all"]; }, { - name = "trusted.relay", + name = "trusted.com", type = "txt"; - replies = ["v=spf1 -all"]; + replies = ["v=spf1 ip4:192.168.1.1"]; }, { - name = "external.client", + name = "external.com", type = "txt"; - replies = ["v=spf1 ip4:37.98.67.26"]; + replies = ["v=spf1 ip4:37.48.67.26"]; }, { name = "co.za", |