[opendmarc-users] unspaced bug
Murray S. Kucherawy
msk at blackops.org
Sat Sep 15 19:47:16 PDT 2012
On Sat, 15 Sep 2012, Benny Pedersen wrote:
> Authentication-Results: medusa.blackops.orgq8FJpKMB053205;
> dmarc=pass header.from=junc.org
>
> should it not be
>
> Authentication-Results: medusa.blackops.org q8FJpKMB053205;
> dmarc=pass header.from=junc.org
Already fixed for next release. You can pull the diff from the git
repository, or use the attached patch.
-MSK
-------------- next part --------------
diff --git a/opendmarc/opendmarc.c b/opendmarc/opendmarc.c
index 4cbf903..8d52b36 100644
--- a/opendmarc/opendmarc.c
+++ b/opendmarc/opendmarc.c
@@ -2475,7 +2475,7 @@ mlfi_eom(SMFICTX *ctx)
"%s%s%s; dmarc=%s header.from=%s",
authservid,
conf->conf_authservidwithjobid ? "/" : "",
- conf->conf_authservidwithjobid ? "/" : dfc->mctx_jobid,
+ conf->conf_authservidwithjobid ? dfc->mctx_jobid : "",,
aresult, dfc->mctx_fromdomain);
if (dmarcf_insheader(ctx, 1, AUTHRESULTSHDR,
More information about the opendmarc-users
mailing list