[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SPF and senderokwithdns



Matti,

I found why SPF check was not always properly done here.  It was an
unwanted result of "senderokwithdns" logic.  In policytest.c around the
line 1864, sender_dns_verify() is called (three times), and if it is
successful, further SPF and WHOSON checks are not performed.  For now, I
changed "return rc;" to "if (rc) return rc;" after the three instances
of sender_dns_verify() call.  But maybe it would be better to move SPF
block upwards, before sender_dns_verify things?  What would you say?

Eugene

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi