>From: Robert [mailto:list...@abbacomm.net]
>> There are no doubt lots of ways, but how about:
>> 
>> egrep 'whitelist_from[^_]' local.cf | awk '{FS="@"; print $2" 
>> TXT";}' | xargs dig | grep "v=spf1"

>what is this supposed to do?

select all of your whitelist_from entries, parse out the domain part, dig the 
TXT record for each domain, then display only the ones that have a v=spf1 
notation.  That would give you a list of all of the domains in your 
whitelist_from that could be migrated to whitelist_from_spf



Reply via email to