diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-11-19 16:15:05 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-11-19 16:15:05 +0000 |
commit | 0aa466ac446bf8cf1617896b1d3321965dd74ad3 (patch) | |
tree | a3f7dc5dd8d8af53b10c33b6817b1378d3430a2d /doc | |
parent | 5815abc12f7b91a77880d4156968706bd60229d0 (diff) |
Fix early use of $sender_host_name
Broken-by: 90341c71c1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 58996c3f8..4ca9323f0 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -48,6 +48,11 @@ JH/10 Convert all uses of select() to poll(). FreeBSD 12.2 was found to be are not useable for FD_SET() [and hence select()] and overwrite the stack. Assorted crashes happen. +JH/11 Fix use of $sender_host_name in daemon process. When used in certain + main-section options or in a connect ACL, the value from the first ever + connection was never replaced for subsequent connections. Found by + Wakko Warner. + Exim version 4.95 ----------------- |