------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1389
--- Comment #2 from Wolfgang Breyha <wbreyha@???> 2013-10-03 14:48:13 ---
I think
--------------
--- dmarc.c.orig 2013-09-24 17:37:29.000000000 +0200
+++ dmarc.c 2013-10-03 15:39:56.000000000 +0200
@@ -81,6 +81,7 @@
dmarc_abort = FALSE;
dmarc_pass_fail = US"skipped";
dmarc_used_domain = US"";
+ dmarc_ar_header = NULL;
header_from_sender = NULL;
spf_sender_domain = NULL;
spf_human_readable = NULL;
---------------
should fix the missing initialization.
But you'll still get an empty string if you print the values before
dmarc_status is called.
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email