1344
1344
want_names = set([dmarc_domain + '.'])
1345
1345
for txt_rec in txt_recs.response.answer:
1346
1348
if txt_rec.rdtype == dns.rdatatype.CNAME:
1348
1350
txt_rec.items[0].target.to_text())
1349
1351
if txt_rec.rdtype != dns.rdatatype.TXT:
1352
1354
"".join(txt_rec.items[0].strings))
1353
1355
expands = list(want_names)