------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1296 Summary: Shouldn't $received_header_text be listed in section 11.9 Expansion variables? Product: Exim Version: 4.80 Platform: Other URL: http://git.exim.org/exim.git/blob/HEAD:/doc/doc- docbook/spec.xfpt OS/Version: All Status: NEW Severity: bug Priority: low Component: Documentation AssignedTo: [email protected] ReportedBy: [email protected] CC: [email protected] $ zgrep -A3 '11.9 Expansion variables' spec.txt 11.9 Expansion variables ------------------------ This section contains an alphabetical list of all the expansion variables. Some $ Despite that: $ zcat spec.txt | \ sed -n '/11.9 Expansion variables/,/12. EMBEDDED PERL/p' | \ grep -c received_header_text 0 $ zgrep -A8 '|received_header_text' spec.txt | \ grep ' The string is expanded' the end (preceded by a semicolon). The string is expanded each time it is used. $ The following patch is only a stub. One reason is that spec.xfpt seem to have embedded line numbers. --- a/spec.xfpt 2012-09-16 14:55:20.000000000 +0300 +++ b/spec.xfpt 2012-09-16 15:00:43.000000000 +0300 @@ -11612,6 +11612,8 @@ <div class="pre"><a id="l11567" href="#l11567" class="linenr">11567</a> built. The value is copied after recipient rewriting has happened, but before</div> <div class="pre"><a id="l11568" href="#l11568" class="linenr">11568</a> the &[local_scan()]& function is run.</div> <div class="pre"><a id="l11569" href="#l11569" class="linenr">11569</a> </div> +received_header_text +See chapter 14 <div class="pre"><a id="l11570" href="#l11570" class="linenr">11570</a> .vitem &$received_ip_address$&</div> <div class="pre"><a id="l11571" href="#l11571" class="linenr">11571</a> .vindex "&$received_ip_address$&"</div> <div class="pre"><a id="l11572" href="#l11572" class="linenr">11572</a> As soon as an Exim server starts processing an incoming TCP/IP connection, this</div> @@ -36341,4 +36343,4 @@ <a class="rss_logo" title="history of doc/doc-docbook/spec.xfpt Atom feed" href="/exim.git/atom?f=doc/doc-docbook/spec.xfpt">Atom</a> </div> </body> -</html> \ No newline at end of file +</html> -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
