Difference between revisions of "SPF/qual"
< SPF
Jump to navigation
Jump to search
(Created page with "{{fmt/title|SPF qualifiers}} {| class="wikitable" ! colspan=2 | character !! description |- | <code>+</code> || plus || PASS -- This can be omitted; e.g., +mx is the same as...") |
(No difference)
|
Latest revision as of 23:58, 18 August 2022
|
SPF qualifiers
|
| character | description | |
|---|---|---|
+ |
plus | PASS -- This can be omitted; e.g., +mx is the same as mx. |
? |
question mark | NEUTRAL -- interpreted like NONE (no policy) |
~ |
tilde | SOFTFAIL -- a debugging aid between NEUTRAL and FAIL. Typically, messages that return a SOFTFAIL are accepted but tagged. |
- |
minus | FAIL -- the mail should be rejected |