https://bugs.exim.org/show_bug.cgi?id=3018

--- Comment #8 from u34 <u...@net9.cf> ---
An untested patch to get a similar effect to the tainted, "tvar", macro from
line 136 of spec.xfpt:

index 554b692a6..41a9c009e 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -138,6 +138,19 @@
 .tmark
 .endmacro

+. --- A macro for an expanded option marker, done as a one-element table
+.macro eoptmark
+.itable none 0 0 1 10pt left
+.row &'Expanded'&
+.endtable
+.endmacro
+
+. --- A macro for an expanded option, adding an expanded-marker
+.macro eoption
+.var $1
+.eoptmark
+.endmacro
+
 . --- A macro for a cmdline option, including a .oindex
 . --- 1st arg is the option name, undecorated (we do that here).
 . --- 2nd arg, optional, text (decorated as needed) to be appended to the name
@@ -19239,7 +19252,8 @@ prior to Exim 4.95 names would be silently truncated at
this length, but now
 it is enforced.


-.option address_data routers string&!! unset
+.option address_data routers string unset
+.eoption &$address_data$&
 .cindex "router" "data attached to address"
 The string is expanded just before the router is run, that is, after all the
 precondition tests have succeeded. If the expansion is forced to fail, the

-- 
You are receiving this mail because:
You are on the CC list for the bug.

-- 
## subscription configuration (requires account):
##   https://lists.exim.org/mailman3/postorius/lists/exim-dev.lists.exim.org/
## unsubscribe (doesn't require an account):
##   exim-dev-unsubscr...@lists.exim.org
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to