From 61345121e51771328803c9ee8fbe15e4177a25df Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 30 Jan 1999 04:41:00 +0000 Subject: This version appears ready to ship. svn path=/trunk/; revision=2355 --- sink.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sink.c') diff --git a/sink.c b/sink.c index dedcda83..15531224 100644 --- a/sink.c +++ b/sink.c @@ -975,7 +975,9 @@ int open_warning_by_mail(struct query *ctl, struct msgblk *msg) * option to ESMTP; the message length would be more trouble than * it's worth to compute. */ - struct msgblk reply = {NULL, NULL, "FETCHMAIL-DAEMON", 0}; + struct msgblk reply = {NULL, NULL, "FETCHMAIL-DAEMON@", 0}; + + strcat(reply.return_path, fetchmailhost); if (!MULTIDROP(ctl)) /* send to calling user */ { -- cgit v1.2.3