Multiple SPF records are not recommended and may cause delivery and spam classification issues. According to RFC specs, a domain name must not have multiple records that would cause an authorization check to select more than one record.
If you need to authorize more than one mail server for your domain, we recommend that you update your existing SPF record instead of creating multiple records.
Example
v=spf1 ip4:121.79.196.33 ~all
v=spf1 include:_spf.rapidweb.co.nz ~all
This text will cause the SPF check to fail because there are multiple records. Instead, add the mail server's IP address before the ~all argument using the format ip4:address or ip6:address to add the server to your existing SPF record:
v=spf1 ip4:121.79.196.33 include:_spf.rapidweb.co.nz ~all
