diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-30 13:55:54 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-30 14:13:23 +0000 |
commit | 5b6f765805bac2cfe4dc62195c33d24f64cc49e4 (patch) | |
tree | 82ae391505194abcc74d15694cea59f8343bf914 /doc | |
parent | 2577f55f69b29e2aa23e8c1a67795b1403aa4ba2 (diff) |
MIME ACL: fix SMTP response for non-accept result of the ACL. Bug 2214.
As far as I can see this was broken back in 2013, f4c1088 for 4.82
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 a30c71ae3..86c02412e 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -43,6 +43,10 @@ JH/06 Fix issue with continued-connections when the DNS shifts unreliably. queue the message. Spotted by Lena with Yahoo, probably involving round-robin DNS. +JH/07 Bug 2214: Fix SMTP responses resulting from non-accept result of MIME ACL. + Previously a spurious "250 OK id=" response was appended to the proper + failure response. + Exim version 4.90 ----------------- |