<<< Date Index >>>     <<< Thread Index >>>

send-hook regex



I am trying to use a send-hook regex with a back reference.. Is this even possible?
For example:
send-hook ~C(.*)@(.*) my_hdr from: r.%1.%2@xxxxxxxxxxxx

When I use this it sends a literal %1 and %2 instead of what was captured by (.*).

Thanks
-Brian