summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qmail-send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmail-send.c b/qmail-send.c
index b01dd41..1646a5d 100644
--- a/qmail-send.c
+++ b/qmail-send.c
@@ -1362,7 +1362,7 @@ fd_set *rfds;
log2("info msg ",strnum3);
strnum2[fmt_ulong(strnum2,(unsigned long) st.st_size)] = 0;
log2(": bytes ",strnum2);
- log1(" from <"); logsafe(todoline.s + 1);
+ log1(" envelope_from <"); logsafe(todoline.s + 1);
strnum2[fmt_ulong(strnum2,pid)] = 0;
log2("> qp ",strnum2);
strnum2[fmt_ulong(strnum2,uid)] = 0;