Skip to content

Instantly share code, notes, and snippets.

@robbiet480
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save robbiet480/531927cdb8d7786ea500 to your computer and use it in GitHub Desktop.

Select an option

Save robbiet480/531927cdb8d7786ea500 to your computer and use it in GitHub Desktop.
MapJam SPF Record
"v=spf1 a include:_spf.google.com include:servers.mcsv.net include:_spf.zdsys.com include:spf.mail.intercom.io ~all"

Update

I previously only had a SPF record. The validator at Kitterman.com said that the SPF DNS record was deprecated and to use a TXT record. I did that, and now i'm getting the following error from that tool: Results - PermError SPF Permanent Error: Too many DNS lookups. The full log is at the bottom of this note. I had this error a long time ago, and at that time had DNS hosted by DNSimple. They looked into it and told me that there were too many SPF records. Not sure how I would get around that problem though...

MapJam SPF Record woes

Hi all, trying to get all of your required SPF records to play nice. Recently, our Mailchimp newsletters have been showing "via" in at least Gmail. Previously, i've had issues with Intercom as well. I'm hoping you can work it out amongst yourselves and tell me whats best...

I think it may be related to the ~all at the end. Some of you want ~all (Intercom, Google Apps), some want ?all (Mailchimp, Zendesk), some want -all (Intercom)

I used a handy generator to create a new record, and it gave me this: "v=spf1 mx include:_spf.google.com include:servers.mcsv.net include:_spf.zdsys.com include:spf.mail.intercom.io ?all" using this configuration Generator config

Service Docs on SPF

Validator logs

SPF record lookup and validation for: mapjam.com

SPF records are published in DNS as TXT records.

The TXT records found for your domain are:
v=spf1 a include:_spf.google.com include:servers.mcsv.net include:_spf.zdsys.com include:spf.mail.intercom.io ~all 

DNS Type SPF SPF records found for the domain are:
v=spf1 a include:_spf.google.com include:servers.mcsv.net include:_spf.zdsys.com include:spf.mail.intercom.io ~all 

DNS Type SPF use has been removed in the standards track version of SPF, RFC 7208. These records should be removed.

Checking to see if there is a valid SPF record. 

Found v=spf1 record for mapjam.com: 
v=spf1 a include:_spf.google.com include:servers.mcsv.net include:_spf.zdsys.com include:spf.mail.intercom.io ~all 

evaluating...
Results - PermError SPF Permanent Error: Too many DNS lookups

Use the back button on your browser to return to the SPF checking tool without clearing the form.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment