[exim-cvs] Example tune for clarity (reverse_ip)

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Example tune for clarity (reverse_ip)
Gitweb: http://git.exim.org/exim.git/commitdiff/32b8bcf81deda8fcaf5ee78612cdf1efd0052014
Commit:     32b8bcf81deda8fcaf5ee78612cdf1efd0052014
Parent:     ff6dccc43b493a7f3aad49d4feaca9fb393b0c3f
Author:     Phil Pennock <pdp@???>
AuthorDate: Wed Oct 17 17:40:38 2012 -0400
Committer:  Phil Pennock <pdp@???>
CommitDate: Wed Oct 17 17:40:38 2012 -0400


    Example tune for clarity (reverse_ip)


    Use a last octet which will highlight the hex nature in the example.
    > ${reverse_ip:2001:0db8:c42:9:1:abcd:192.0.2.127}
    f.7.2.0.0.0.0.c.d.c.b.a.1.0.0.0.9.0.0.0.2.4.c.0.8.b.d.0.1.0.0.2
---
 doc/doc-docbook/spec.xfpt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 03822d2..632de6a 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -9923,12 +9923,12 @@ dotted-nibble hexadecimal form. In both cases, this is the "natural" form
for DNS. For example,
.code
${reverse_ip:192.0.2.4}
-${reverse_ip:2001:0db8:c42:9:1:abcd:192.0.2.3}
+${reverse_ip:2001:0db8:c42:9:1:abcd:192.0.2.127}
.endd
returns
.code
4.2.0.192
-3.0.2.0.0.0.0.c.d.c.b.a.1.0.0.0.9.0.0.0.2.4.c.0.8.b.d.0.1.0.0.2
+f.7.2.0.0.0.0.c.d.c.b.a.1.0.0.0.9.0.0.0.2.4.c.0.8.b.d.0.1.0.0.2
.endd