saving matching values

2007-02-11 Thread Raul Dias
There are some cases, that it is desired to match part a value from a header, to another value somewhere else. Is there a way for SA to retain the value matched in a RE like $1/$2 matching parentheses, so that it might be used later (or at least in the next rule)? -Raul Dias

Re: saving matching values

2007-02-11 Thread Matt Kettler
Raul Dias wrote: There are some cases, that it is desired to match part a value from a header, to another value somewhere else. Is there a way for SA to retain the value matched in a RE like $1/$2 matching parentheses, so that it might be used later (or at least in the next rule)? No,

Re: saving matching values

2007-02-11 Thread Raul Dias
On Sun, 2007-02-11 at 15:49 -0500, Matt Kettler wrote: Raul Dias wrote: There are some cases, that it is desired to match part a value from a header, to another value somewhere else. Is there a way for SA to retain the value matched in a RE like $1/$2 matching parentheses, so that it