X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FREADME.UPDATING;h=72bc9702148ddf8cfefce3b2f84916a574276b43;hb=0103b34645278151851c31cf1c1976150d907bb4;hp=708027f2cbb071fb5526c4d05bbc851289c68c82;hpb=eb55cb1d2c5552209e24345e9d21f83ec1eaccf6;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/README.UPDATING b/src/README.UPDATING index 708027f2c..72bc97021 100644 --- a/src/README.UPDATING +++ b/src/README.UPDATING @@ -26,6 +26,24 @@ The rest of this document contains information about changes in 4.xx releases that might affect a running system. +Exim version 4.95 +----------------- + +Various length limits have been applied to Exim's parsing of its command-line. +These are all set to be at least as long as any valid input, so we do not believe +that any real use-cases have been affected by this. + +The names of various drivers (authenticators, routers, transports, ...) have +always been limited to 64 characters, but before this release the names were +silently truncated, inviting problems. Now the length limit should be enforced. +If this affects you, then please rename to use shorter names. + +The default maximum number of recipients of a single email has changed from +"unlimited" (ie: as much as CPU and memory will allow, until something breaks +badly) to 50,000. You can raise or lower this as you see fit, but we strongly +caution against using zero/unlimited. + + Exim version 4.94 -----------------