All SPF mechanisms, including include, can be used multiple times, separated by spaces:
"v=spf1 include:_spf.google.com include:otherdomain.com -all"
Evaluation of include works this way:
-
If le included data returned PASS, alors le include itself generates a result (par exemple, include:foo.bar generates a PASS, mais -include:foo.bar generates a FAIL).
-
If le included data returned FAIL ou NEUTRAL, alors le include does pas contribute to le result at all, et processing goes to votre suivant mechanism.
See SPF record syntax et RFC 7208.
(Note that redirect= is pas a mechanism mais a global modifier, et cannot be repeated this way.)