From abf56645d3b47d6829ee648138b76f6525ad78ca Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 18 Sep 2001 04:16:16 +0000 Subject: Before tckling the license problem. svn path=/trunk/; revision=3462 --- sink.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sink.c') diff --git a/sink.c b/sink.c index 3c19ed68..4fec6cb5 100644 --- a/sink.c +++ b/sink.c @@ -1139,20 +1139,20 @@ int open_warning_by_mail(struct query *ctl, struct msgblk *msg) * it's worth to compute. */ struct msgblk reply = {NULL, NULL, "FETCHMAIL-DAEMON@", 0}; + int status; strcat(reply.return_path, fetchmailhost); if (!MULTIDROP(ctl)) /* send to calling user */ { - int status; - save_str(&reply.recipients, ctl->localnames->id, XMIT_ACCEPT); status = open_sink(ctl, &reply, &good, &bad); free_str_list(&reply.recipients); - return(status); } else /* send to postmaster */ - return(open_sink(ctl, &reply, &good, &bad)); + status = open_sink(ctl, &reply, &good, &bad); + stuff_warning(ctl, "Date: %s", rfc822timestamp()); + return(status); } #if defined(HAVE_STDARG_H) -- cgit v1.2.3