diff options
author | Andreas Metzler <ametzler@bebt.de> | 2020-05-16 13:02:17 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-16 13:02:17 +0100 |
commit | 295e7ced178e80bc6de5dbacf203f3078d3f70c7 (patch) | |
tree | d04f5aeb7b0f06952fbec4ad24173bd8d0305a76 | |
parent | e541bb4728beb40042e2adc9b2ba7d9b734e4524 (diff) |
Docs: another mention of $local_part_verified
Broken-by: d8024efa36
-rw-r--r-- | src/README.UPDATING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/README.UPDATING b/src/README.UPDATING index f99afc1bd..a0afa8df0 100644 --- a/src/README.UPDATING +++ b/src/README.UPDATING @@ -33,7 +33,7 @@ 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 check_local_user far away in the Router to make it safe, should be updated to -replace $local_user with $local_part_verified. +replace $local_user 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 |