git://git.exim.org
/
users
/
jgh
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
44644c2
)
Docs: fix mistaken variable name
author
Patrick Boutilier
<boutilpj@ednet.ns.ca>
Tue, 2 Jun 2020 14:16:10 +0000
(15:16 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Tue, 2 Jun 2020 14:17:40 +0000
(15:17 +0100)
src/README.UPDATING
patch
|
blob
|
history
diff --git
a/src/README.UPDATING
b/src/README.UPDATING
index a0afa8df0679945688becabca0c5c21736423910..708027f2cbb071fb5526c4d05bbc851289c68c82 100644
(file)
--- a/
src/README.UPDATING
+++ b/
src/README.UPDATING
@@
-31,9
+31,9
@@
Exim version 4.94
Some Transports now refuse to use tainted data in constructing their delivery
location; this WILL BREAK configurations which are not updated accordingly.
Some Transports now refuse to use tainted data in constructing their delivery
location; this WILL BREAK configurations which are not updated accordingly.
-In particular: any Transport use of $local_
user
which has been relying upon
+In particular: any Transport use of $local_
part
which has been relying upon
check_local_user far away in the Router to make it safe, should be updated to
check_local_user far away in the Router to make it safe, should be updated to
-replace $local_
user
with $local_part_data.
+replace $local_
part
with $local_part_data.
Attempting to remove, in router or transport, a header name that ends with
an asterisk (which is a standards-legal name) will now result in all headers
Attempting to remove, in router or transport, a header name that ends with
an asterisk (which is a standards-legal name) will now result in all headers