X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FREADME.UPDATING;h=f99afc1bd27614c7fa19ab55086990f20cc9f385;hb=ef8ef6c168a552e61ecde1d8d2cd816f2e87614b;hp=94a1420eb7aa73d0cacadc75c6aa196621e301f3;hpb=ebcf27afb54c7dc93a3a4a76487a597ec153e9b5;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/README.UPDATING b/src/README.UPDATING index 94a1420eb..f99afc1bd 100644 --- a/src/README.UPDATING +++ b/src/README.UPDATING @@ -31,11 +31,16 @@ 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 check_local_user far away in the Router to make it safe, should be updated to replace $local_user with $local_part_verified. +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 +named starting with the string before the asterisk being removed. We recommend +staying away from such names, if they are private ones (and in case of future +enhancements, alao header names that look like REs). + Exim version 4.93 -----------------