diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-13 00:58:32 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-13 00:58:32 +0100 |
commit | a050bbe0d120464d80dab3eb8af420c4ec686ca8 (patch) | |
tree | 07bbc37d2355daf52eaf8f8670a4dea05b2f5d03 /doc | |
parent | 599fc3c68f5e942c1d662012053ecfc6ea26bd49 (diff) |
Fix over-long line in DSN
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 3cd92b816..1682a78b7 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -199,6 +199,10 @@ JH/42 Internationalisation: change the default for downconversion in the smtp transport. The change does mean that addresses needing conversion will be converted when previously a delivery failure would occur. +JH/43 Fix possible long line in DSN. Previously when a very long SMTP error + response was received it would be used unchecked in a fail-DSN, violating + standards on line-length limits. Truncate if needed. + Exim version 4.93 ----------------- |