summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2007-06-19 14:41:31 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2007-06-19 14:41:31 +0000
commita96603a0e5a7283a9275fb090dac95a42e05a423 (patch)
treee1aa6ce1a15a0a23e58d86e0aec05273751f9c0c /doc
parentaa6dc51334206deff2ec80bfcbcf543714efe6d6 (diff)
Add -Mvc option.
Diffstat (limited to 'doc')
-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 76ab6e7a1..28b98cfbe 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.514 2007/06/19 13:32:05 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.515 2007/06/19 14:41:31 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -60,6 +60,8 @@ PH/06 Added the client_condition to authenticators so that some can be skipped
PH/07 The error message for a badly-placed control=no_multiline_responses left
"_responses" off the end of the name.
+PH/08 Added -Mvc to output a copy of a message in RFC 2822 format.
+
Exim version 4.67
-----------------
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index 7e0c472ec..70da9ace2 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/NewStuff,v 1.149 2007/06/18 13:57:49 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/NewStuff,v 1.150 2007/06/19 14:41:31 ph10 Exp $
New Features in Exim
--------------------
@@ -43,6 +43,10 @@ Version 4.68
contains the cipher used for the delivery. The same is true for
$tls_peerdn.
+ 4. There is now a -Mvc <message-id> option, which outputs a copy of the
+ message to the standard output, in RFC 2822 format. The option can be used
+ only by an admin user.
+
Version 4.67
------------