mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
fe01e850a8
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
17 lines
743 B
Diff
17 lines
743 B
Diff
diff --git a/opendmarc/opendmarc.c b/opendmarc/opendmarc.c
|
|
index 2a60b92..07e21a4 100644
|
|
--- a/opendmarc/opendmarc.c
|
|
+++ b/opendmarc/opendmarc.c
|
|
@@ -2859,9 +2859,9 @@ mlfi_eom(SMFICTX *ctx)
|
|
dmarcf_dstring_printf(dfc->mctx_afrf,
|
|
"This is an authentication "
|
|
"failure report for an email "
|
|
- "message received from IP\n"
|
|
- "%s on %s.\n\n",
|
|
- cc->cctx_ipstr, timebuf);
|
|
+ "message received from\n"
|
|
+ "%s [%s] on %s.\n\n",
|
|
+ cc->cctx_host, cc->cctx_ipstr, timebuf);
|
|
|
|
dmarcf_dstring_printf(dfc->mctx_afrf,
|
|
"--%s:%s\n"
|