[exim-dev] [Bug 2499] SPF false fail, empty MX lookups over…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2499] SPF false fail, empty MX lookups overwrite previous good ones
https://bugs.exim.org/show_bug.cgi?id=2499

--- Comment #22 from Wolfgang Breyha <wbreyha@???> ---
IMO your new patch assigns
srr.num_rr = found;
too early. You should assign the result of the for-loop and
srr.rr[found++] = (void *) s;
in the end, because the first one contains TXT RRs which are not copied because
they are no "v=spf1" matches.

In the case num_rr is too large in the end
SPF_dns_rr_dup(&spfrr, &srr);
coredumps. Happens for the domain given earlier (delhortacasa@???).

--
You are receiving this mail because:
You are on the CC list for the bug.