[exim-dev] [Bug 1296] New: Shouldn't $received_header_text b…

Top Page
Delete this message
Reply to this message
Author: 1296
Date:  
To: exim-dev
New-Topics: [exim-dev] [Bug 1296] Are there missing items in section 11.9, Expansion variables?, [exim-dev] [Bug 1296] Are there missing items in section 11.9, Expansion variables?, [exim-dev] [Bug 1296] Are there missing items in section 11.9, Expansion variables?, [exim-dev] [Bug 1296] Are there missing items in section 11.9, Expansion variables?
Subject: [exim-dev] [Bug 1296] New: Shouldn't $received_header_text be listed in section 11.9 Expansion variables?
------- 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: nigel@???
        ReportedBy: regid23@???
                CC: exim-dev@???



$ 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.&nbsp;The&nbsp;value&nbsp;is&nbsp;copied&nbsp;after&nbsp;recipient&nbsp;rewriting&nbsp;has&nbsp;happened,&nbsp;but&nbsp;before</div>
<div class="pre"><a id="l11568" href="#l11568" class="linenr">11568</a>
the&nbsp;&amp;[local_scan()]&amp;&nbsp;function&nbsp;is&nbsp;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&nbsp;&amp;$received_ip_address$&amp;</div>
<div class="pre"><a id="l11571" href="#l11571" class="linenr">11571</a>
.vindex&nbsp;&quot;&amp;$received_ip_address$&amp;&quot;</div>
<div class="pre"><a id="l11572" href="#l11572" class="linenr">11572</a>
As&nbsp;soon&nbsp;as&nbsp;an&nbsp;Exim&nbsp;server&nbsp;starts&nbsp;processing&nbsp;an&nbsp;incoming&nbsp;TCP/IP&nbsp;connection,&nbsp;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