summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-01-17 21:14:31 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2016-01-17 21:14:31 +0000
commit62b7cd086e8f69c7bb1334edd2e586ed6240b134 (patch)
tree2c32f14ef0430acc13e8bfa4ae2811244808fc21 /doc/doc-txt
parent4f6ae5c314e5c3e462313f3b53c917f36b131bf4 (diff)
Restrict line lengths in bounces. Bug 1760
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/NewStuff4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index e4d1f0607..01bd0111e 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -31,6 +31,10 @@ Version 4.87
7. New base64d and base64 expansion items (the existing str2b64 being a
synonym of the latter). Add support in base64 for certificates.
+ 8. New main configuration option "bounce_return_linesize_limit" to
+ avoid oversize bodies in bounces. The dafault value matches RFC
+ limits.
+
Version 4.86
------------