[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SPF broken
Hi,
SPF support is still broken after multiple configuration was implemented.
Maybe this little patch helps.
--- smtpserver/policytest.c.orig Fri Oct 27 00:28:52 2006
+++ smtpserver/policytest.c Fri Oct 27 00:32:27 2006
@@ -1945,9 +1945,9 @@
if (debug)
type(NULL,0,NULL,
"rejecting if spf_level(%d) < spf_threshold(%d)",
- spf_level,spf_threshold);
+ spf_level,OCP->spf_threshold);
- if (spf_level < spf_threshold) {
+ if (spf_level < OCP->spf_threshold) {
if (spf_output.smtp_comment) {
state->message = strdup(spf_output.smtp_comment);
} else {
I'm also trying to merge Daniel Kiper's patch with current (last week) CVS.
Is anyone doing this?
Thanks,
Rodolfo
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi