Already here is similar question, but my requirement is different.
We are using Google apps for example.com for our corporate mails , we also use sub domains in mail chimp for sending mass mails. Recently we had some delivery issues with Google Apps, our mails was reported as spam by receipent mail server.
We contacted Google support and they adviced to combine spf records to single line using this article.
Here is the spf Record in Go Daddy
Google Apps
Domain: example.com
txt @ v=spf1 include:_spf.google.com ~all 1 Hour
Mail Chimp
1. Sub Domain: offers.example.com
txt offers v=spf1 include:servers.mcsv.net ?all 1 Hour
2. Sub Domain: food.example.com
txt food v=spf1 include:servers.mcsv.net ?all 1 Hour
Now how to make mail chimp and google apps spf records into single line ? because host value for google apps is @ and for mail chimp host value is offers for one sub domain and food for another sub domain ?
Can we use common host value for both Google Apps and Mail Chimp ?
Any help would be great.