Jason Bertoch wrote: > Can someone point me in the right direction on exactly what the difference > between the following SPF tests are, please? I assume that SPF_PASS means the > sending domain has an SPF record and the sending server IP matches. However, > the description for SPF_FAIL, SPF_SOFTFAIL, and SPF_NEUTRAL are all the same. > In which case does the sender domain not have an SPF record?
None of the above.. If the sender domain has no SPF record, there will be no SPF rules matching at all. > Which one is there > a record, but the sending server IP doesn't match? That depends what the sender's SPF record is set for in the "all" clause. If it's ?all you get SPF_NEUTRAL If it's ~all you get SPF_SOFTFAIL if it's !all you get SPF_FAIL. >What is the fourth case that > I'm missing? There is none.