From d8f5f936d9e4e9594a8a102360f8c3d144a89e12 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sat, 28 Jan 1995 04:09:05 +0000 Subject: [PATCH] Fix configurations in which mail route depends of the name of sender host. Submitted by: vak@cronyx.msk.su --- usr.sbin/sendmail/src/deliver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/sendmail/src/deliver.c b/usr.sbin/sendmail/src/deliver.c index 42661221e520..233e72c51698 100644 --- a/usr.sbin/sendmail/src/deliver.c +++ b/usr.sbin/sendmail/src/deliver.c @@ -950,7 +950,7 @@ deliver(e, firstto) } errno = 0; - CurHostName = m->m_mailer; + CurHostName = host; /* ** Deal with the special case of mail handled through an IPC