diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-30 15:37:50 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-30 15:37:50 +0000 |
commit | b6040544759110aa97f93e9ba0dd8232cd5e5188 (patch) | |
tree | 434104aa65999ada411681a92dd83db0b368761e /doc | |
parent | 9e7e0f6a60dea9e21aac8b4ea5f8725bdc52a743 (diff) |
Restrict address-parsing to a maximum of five layers of nested angle-brackets,
under main-option strip_excess_angle_brackets
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 a4c11e58d..bc9b19f19 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -69,6 +69,10 @@ JH/14 Bug 2000: Reject messages recieved with CHUNKING but with malformed line endings, at least on the first header line. Try to canonify any that get past that check, despite the cost. +JH/15 Angle-bracket nesting (an error inserted by broken sendmails) levels are + now limited to an arbitrary five deep, while parsing addresses with the + strip_excess_angle_brackets option enabled. + Exim version 4.88 ----------------- |