spf 记录参数 "all" 等于“+all”?
spf record paramenter "all" equals to "+all"?
我需要解析 spf 记录。
请指教v=spf1 all
和v=spf1 +all
是什么意思?
允许这样的语法吗?
是的。 RFC7208 section 4.6.2 关于限定符的说法:
The possible qualifiers, and the results they cause check_host() to
return, are as follows:
"+" pass
"-" fail
"~" softfail
"?" neutral
The qualifier is optional and defaults to "+".
我需要解析 spf 记录。
请指教v=spf1 all
和v=spf1 +all
是什么意思?
允许这样的语法吗?
是的。 RFC7208 section 4.6.2 关于限定符的说法:
The possible qualifiers, and the results they cause check_host() to
return, are as follows:"+" pass "-" fail "~" softfail "?" neutral
The qualifier is optional and defaults to "+".