diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-04-28 23:54:35 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-04-28 23:54:35 +0100 |
commit | 328c5688dbe0f4c14418f22350ccd99b3fe8ac71 (patch) | |
tree | f4672e184e8964334e394823e6cb9c55db29f5fe /doc/doc-txt/NewStuff | |
parent | eeb35890a1eefbdf6bd8fcb86fcc31233835b0df (diff) |
Support wire-format spoolfiles
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 5f446f792..cb2346f69 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -29,6 +29,12 @@ Version 4.90 6. The reproducible build $SOURCE_DATE_EPOCH environment variable is now supported. + 7. Optionally, an alternate format for spool data-files which matches the + wire format - meaning more efficient reception and transmission (at the + cost of difficulty with standard Unix tools). Only used for messages + received using the ESMTP CHUNKING option, and when a new main-section + option "spool_wireformat" (false by default) is set. + Version 4.89 ------------ |