diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-12-03 09:43:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-03 09:43:03 +0000 |
commit | 8c437fa7c9138042217840ca8c45167ae6cb78da (patch) | |
tree | dbbc3ec9fa44dfe7045ae32ef6701bec504b67f7 /test/functional/configs | |
parent | 7774b5f0ac4ddfb00de40d7c682a79fb7daea7f9 (diff) | |
parent | ff4dadc87a5a6073001f4105f08c0e83578c80da (diff) | |
download | rspamd-8c437fa7c9138042217840ca8c45167ae6cb78da.tar.gz rspamd-8c437fa7c9138042217840ca8c45167ae6cb78da.zip |
Merge pull request #3172 from korgoth1/master
[Test] 115 Dmarc is now separated by 115 dmarc, 116 dkim, 117 spf.
Diffstat (limited to 'test/functional/configs')
-rw-r--r-- | test/functional/configs/plugins.conf | 10 | ||||
-rw-r--r-- | test/functional/configs/spf.conf | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/test/functional/configs/plugins.conf b/test/functional/configs/plugins.conf index 8511c7a3c..851f280d9 100644 --- a/test/functional/configs/plugins.conf +++ b/test/functional/configs/plugins.conf @@ -14,6 +14,16 @@ options = { replies = ["k=ed25519; p=yi50DjK5O9pqbFpNHklsv9lqaS0ArSYu02qp1S0DW1Y="]; }, { + name = "brisbane._domainkey.football.example.com"; + type = txt; + replies = ["v=DKIM1; k=ed25519; p=11qYAYKxCrfVS/7TyWQHOg7hcvPapiMlrwIaaPcHURo="]; + }, + { + name = "test._domainkey.football.example.com"; + type = txt; + replies = ["v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDkHlOQoBTzWRiGs5V6NpP3idY6Wk08a5qhdR6wy5bdOKb2jLQiY/J16JYi0Qvx/byYzCNb3W91y3FutACDfzwQ/BC/e/8uBsCR+yz1Lxj+PL6lHvqMKrM3rG4hstT5QjvHO9PzoxZyVYLzBfO2EeC3Ip3G+2kryOTIKT+l/K4w3QIDAQAB"], + }, + { name = "dkim._domainkey.cacophony.za.org", type = "txt"; replies = ["v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDXtxBE5IiNRMcq2/lc2zErfdCvDFyQNBnMjbOjBQrPST2k4fdGbtpe5Iu5uS01Met+dAEf94XL8I0hwmYw+n70PP834zfJGi2egwGqrakpaWsCDPvIJZLkxJCJKQRA/zrQ622uEXdvYixVbsEGVw7U4wAGSmT5rU2eU1y63AlOlQIDAQAB"]; diff --git a/test/functional/configs/spf.conf b/test/functional/configs/spf.conf new file mode 100644 index 000000000..37028b1a7 --- /dev/null +++ b/test/functional/configs/spf.conf @@ -0,0 +1 @@ +spf { } |