diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-01-30 04:41:00 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-01-30 04:41:00 +0000 |
commit | 61345121e51771328803c9ee8fbe15e4177a25df (patch) | |
tree | c3aa7d3626b63567096546435932c509d2dfec41 /sink.c | |
parent | 46a0fc8557cf1c5b765c7c761d891aa6f021c159 (diff) | |
download | fetchmail-61345121e51771328803c9ee8fbe15e4177a25df.tar.gz fetchmail-61345121e51771328803c9ee8fbe15e4177a25df.tar.bz2 fetchmail-61345121e51771328803c9ee8fbe15e4177a25df.zip |
This version appears ready to ship.
svn path=/trunk/; revision=2355
Diffstat (limited to 'sink.c')
-rw-r--r-- | sink.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 */ { |