summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2013-01-07 01:01:30 -0500
committerPhil Pennock <pdp@exim.org>2013-01-07 01:01:30 -0500
commit94eaf700d71d8bf9a45617c0323fa66fc148aab2 (patch)
treef56b6061ff4bafdcf136b028fa42b20dbe1e196b
parent2a47f02825993e5ade191f8206cb767b0d9fc44c (diff)
downloadexim4-94eaf700d71d8bf9a45617c0323fa66fc148aab2.tar.gz
Typo & nit fixes.
JH has made more changes than he realised. New second JH/11 to JH/13.
-rw-r--r--doc/doc-docbook/spec.xfpt2
-rw-r--r--doc/doc-txt/ChangeLog4
-rw-r--r--doc/doc-txt/NewStuff2
3 files changed, 3 insertions, 5 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 0567feb13..7126fb0ed 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -19603,7 +19603,7 @@ so on when debugging driver configurations. For example, if a &%headers_add%&
option is not working properly, &%debug_print%& could be used to output the
variables it references. A newline is added to the text if it does not end with
one.
-The variables &$transport_name$ and &&$router_name$& contain the name of the
+The variables &$transport_name$ and &$router_name$& contain the name of the
transport and the router that called it.
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index a8b2dfa12..aa5adf1c8 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -80,8 +80,6 @@ JH/09 Add $headers_added variable, with content from use of ACL modifier
JH/10 Add 8bitmime log_selector, for 8bitmime status on the received line.
Pulled from Bugzilla 817 by Wolfgang Breyha.
-JH/11 Add $router_name and $transport_name variables. Bugzilla 308.
-
PP/11 SECURITY: protect DKIM DNS decoding from remote exploit.
CVE-2012-5671
@@ -150,6 +148,8 @@ PP/14 Fix OCSP reinitialisation in SNI handling for Exim/TLS as server.
Would have resulted in OCSP responses post-SNI triggering an Exim
NULL dereference and crash.
+JH/13 Add $router_name and $transport_name variables. Bugzilla 308.
+
Exim version 4.80.1
-------------------
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index 7675e599a..70890b185 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -120,7 +120,6 @@ Version 4.82
15. New 8bitmime status logging option for received messages. Log field "M8S".
-
16. New authenticated_sender logging option, adding to log field "A".
17. New expansion variables $router_name and $transport_name. Useful
@@ -128,7 +127,6 @@ Version 4.82
require privilege whereas -d does.
-
Version 4.80
------------