I have an array of dicts that came from the dnsmadeeasy module. I need to find the spf record.
The SPF record is a TXT record that begins ‘v=spf1’ and then continues on. I need to get the record, modify it, and put it back. I’m not worried about modifying it.