summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2004-10-19 11:04:26 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2004-10-19 11:04:26 +0000
commit69358f0206debf14a18c7e798e23133d304232b6 (patch)
tree3f8bb9b9bab4ac31fa38a4435c9bb756318b7225 /doc/doc-txt
parentc5fcb4760803519f96dd47ebe945322e1245495c (diff)
Added /sender_retain facility to control=submission, named by analogy
with the local_sender_retain option.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog4
-rw-r--r--doc/doc-txt/NewStuff6
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 01bb9a06a..a6ad9d25d 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.9 2004/10/18 11:36:23 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.10 2004/10/19 11:04:26 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -38,6 +38,8 @@ Exim version 4.44
"control" were broken. There should now be diagnostics for all cases when a
control that does not make sense is encountered.
+ 9. Added the /retain_sender option to "control=submission".
+
Exim version 4.43
-----------------
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index 6d73f198a..1a4d69335 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/NewStuff,v 1.2 2004/10/18 09:16:57 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/NewStuff,v 1.3 2004/10/19 11:04:26 ph10 Exp $
New Features in Exim
--------------------
@@ -16,6 +16,10 @@ Version 4.44
CONFIGURE_OWNER. It specifies one additional group that is permitted for
the runtime configuration file when the group write permission is set.
+ 2. The "control=submission" facility has a new option /retain_sender. This
+ has the effect of setting local_sender_retain true and local_from_check
+ false for the incoming message in which it is encountered.
+
Version 4.43
------------