diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-22 19:56:15 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-27 13:44:11 +0000 |
commit | 4533e306fc21e0dc3cce32db0e2bfa146a5dd78c (patch) | |
tree | 6183c7109082ecdb43a3d18360ef79d3346d8dc2 /test/dnszones-src/db.example.com | |
parent | e9079bdf87bcc2d224b34cbfb3dac290ca4c96d4 (diff) |
SPF: support uppercase in v=spf1, permerror-on-multiple-RRs. Bug 2499
Diffstat (limited to 'test/dnszones-src/db.example.com')
-rw-r--r-- | test/dnszones-src/db.example.com | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/dnszones-src/db.example.com b/test/dnszones-src/db.example.com index 683772f77..6b35113e2 100644 --- a/test/dnszones-src/db.example.com +++ b/test/dnszones-src/db.example.com @@ -25,6 +25,11 @@ example.com. NS exim.example.com. example.com. TXT v=spf1 -all +double TXT v=spf1 include:_spf.google.com ~all + TXT v=spf1 +a +mx -all + +uppercase TXT v=sPf1 +all + ; Alias A record for the local host, under the name "server1" server1 A HOSTIPV4 |