Gitweb:
http://git.exim.org/exim.git/commitdiff/94eaf700d71d8bf9a45617c0323fa66fc148aab2
Commit: 94eaf700d71d8bf9a45617c0323fa66fc148aab2
Parent: 2a47f02825993e5ade191f8206cb767b0d9fc44c
Author: Phil Pennock <pdp@???>
AuthorDate: Mon Jan 7 01:01:30 2013 -0500
Committer: Phil Pennock <pdp@???>
CommitDate: Mon Jan 7 01:01:30 2013 -0500
Typo & nit fixes.
JH has made more changes than he realised. New second JH/11 to JH/13.
---
doc/doc-docbook/spec.xfpt | 2 +-
doc/doc-txt/ChangeLog | 4 ++--
doc/doc-txt/NewStuff | 2 --
3 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 0567feb..7126fb0 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 a8b2dfa..aa5adf1 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 7675e59..70890b1 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
------------