Docs: fix mistaken variable name
authorPatrick Boutilier <boutilpj@ednet.ns.ca>
Tue, 2 Jun 2020 14:16:10 +0000 (15:16 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Tue, 2 Jun 2020 14:49:25 +0000 (15:49 +0100)
(cherry picked from commit eb55cb1d2c5552209e24345e9d21f83ec1eaccf6)

src/README.UPDATING

index a0afa8df0679945688becabca0c5c21736423910..708027f2cbb071fb5526c4d05bbc851289c68c82 100644 (file)
@@ -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.
-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
-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