diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-18 16:05:37 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-04-06 22:10:31 +0100 |
commit | 03d5892bcac72a75433b2fa1280d81976772ba1b (patch) | |
tree | fecffae8944ec9a3d73699e9441d80a29ea377c7 /doc/doc-txt/ChangeLog | |
parent | 3cf01803d0ca676cb71b133dfc1535406f1cbe26 (diff) |
ACL: remove obsolete demime condition
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index cfea55ed8..6c55bd82c 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,12 +1,15 @@ Change log file for Exim from version 4.21 ------------------------------------------- - Exim version 4.88 ----------------- JH/01 Use SIZE on MAIL FROM in a cutthrough connection, if the destination supports it and a size is available (ie. the sending peer gave us one). +JH/02 The obsolete acl condition "demime" is removed (finally, after ten + years of being deprecated). The replacements are the ACLs + acl_smtp_mime and acl_not_smtp_mime. + Exim version 4.87 ----------------- |