diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-07-18 22:59:14 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-07-18 22:59:14 +0100 |
commit | 8c34c611e07d3678920b9f13ba2ae627eb0255e9 (patch) | |
tree | 1c6c372f177fbf4e69f3f910d3797756482b1a41 /doc | |
parent | 946515bfe62796f6c0d6554e9e1e227f33253e7c (diff) |
I18N: reject SMTPUTF8 MAIL command when facility not advertised
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 fbca09fb3..5b8ada93a 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -81,6 +81,10 @@ JH/18 Bug 2287: Fix the protocol name (eg utf8esmtp) for multiple messages using the SMTPUTF8 option on their MAIL FROM commands, in one connection. Previously the "utf8" would be re-prepended for every additional message. +JH/19 Reject MAIL FROM commands with SMTPUTF8 when the facility was not advertised. + Previously thery were accepted, resulting in issues when attempting to + forward messages to a non-supporting MTA. + Exim version 4.91 ----------------- |