On Tue, 24 May 2005, Craig Jackson wrote: > A config router has several match conditions that are pretty long and > complicated. Is there a variable(s) that holds the results of the matches?
The result of a match is available in $0 (and $1.. if the regex includes round brackets). However if you have multiple match conditions only the most recent match is reflected in the $N variables. Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
