[exim-cvs] Docs: fix mistaken variable name

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] Docs: fix mistaken variable name
Gitweb: https://git.exim.org/exim.git/commitdiff/eb55cb1d2c5552209e24345e9d21f83ec1eaccf6
Commit:     eb55cb1d2c5552209e24345e9d21f83ec1eaccf6
Parent:     44644c2e404a3ea0191db0b0458e86924fb240bb
Author:     Patrick Boutilier <boutilpj@???>
AuthorDate: Tue Jun 2 15:16:10 2020 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Tue Jun 2 15:17:40 2020 +0100


    Docs: fix mistaken variable name
---
 src/README.UPDATING | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


diff --git a/src/README.UPDATING b/src/README.UPDATING
index a0afa8d..708027f 100644
--- 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.
-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