mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 20:54:13 +01:00
Fix configurations in which mail route depends of the name
of sender host. Submitted by: vak@cronyx.msk.su
This commit is contained in:
parent
745d0dc6a0
commit
b7612583e7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user