mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 21:09:28 +00: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
8710a63985
commit
d8f5f936d9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5975
@ -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