Results 1 to 1 of 1
Ive had a scan about and cannot find the correct format to use in an spf record where you want to include: more than one domain.
For example, a nicely ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-09-2004 #1Just Joined!
- Join Date
- Apr 2004
- Location
- UK
- Posts
- 61
SPF (sender policy framework) with multiple include:
Ive had a scan about and cannot find the correct format to use in an spf record where you want to include: more than one domain.
For example, a nicely working example of an spf record with a single include domain is:-
If you wanted to include more than one domain, for instance multiple ISPs used by users, would it be:-Code:IN TXT "v=spf1 a ptr include:blueyonder.co.uk -all"
Or would you use a single include: and a separator eg comma or space.Code:IN TXT "v=spf1 a ptr include:blueyonder.co.uk include: domain.com -all"
eg:-
orCode:IN TXT "v=spf1 a ptr include:blueyonder.co.uk domain.com -all"
Or is this even possible?Code:IN TXT "v=spf1 a ptr include:blueyonder.co.uk,domain.com -all"
Any help appreciated.


Reply With Quote
