> 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" > > John.
john, what is this supposed to do? - rh
> 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" > > John.
john, what is this supposed to do? - rh