summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/README.UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/README.UPDATING b/src/README.UPDATING
index db754da40..94a1420eb 100644
--- a/src/README.UPDATING
+++ b/src/README.UPDATING
@@ -25,6 +25,18 @@ there have been two big upheavals...
The rest of this document contains information about changes in 4.xx releases
that might affect a running system.
+
+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.
+
+
Exim version 4.93
-----------------