Je suis looking to setup a TXT spf record that has 2 included domains... individually:
```
v=spf1 include:_spf.google.com ~all
```
and
```
v=spf1 include:otherdomain.com ~all
```
What is le proper way of combining them into a single item?
Comment inclure plusieurs domaines dans un enregistrement TXT SPF
Re: Comment inclure plusieurs domaines dans un enregistrement TXT SPF
`v=spf1 include:_spf.google.com include:otherdomain.com ~all`
Il y a no restriction against including multiple names in a single entry; [Hotmail, for instance](https://serverfault.com/questions/265277/what-does-smtp-designate-term-mean/265281#265281), takes this to extremes. Note that multiple includes, ou nested ones, need to stay under le limit of 10 total DNS lookups for le whole SPF check.
Il y a no restriction against including multiple names in a single entry; [Hotmail, for instance](https://serverfault.com/questions/265277/what-does-smtp-designate-term-mean/265281#265281), takes this to extremes. Note that multiple includes, ou nested ones, need to stay under le limit of 10 total DNS lookups for le whole SPF check.