Right now [last_From:] and [last_From] are synonymous: they mean the entire header, including the header name.
Quite often, however, you need to put the from-header value in the To header, and vice versa.
This could be simplified if [last_From] meant only the From-header value.
For that change to work, we need a couple of things:
- fix the example scenario's to use colon everywhere
- add the appropriate code to make the distinction
- add an option somewhere to get old-style behaviour (or an option to get new-style?)
Any ideas on that last bit?
I was thinking we could perhaps options to the scenario XML root to accomodate that.
Right now
[last_From:]and[last_From]are synonymous: they mean the entire header, including the header name.Quite often, however, you need to put the from-header value in the To header, and vice versa.
This could be simplified if
[last_From]meant only the From-header value.For that change to work, we need a couple of things:
Any ideas on that last bit?
I was thinking we could perhaps options to the scenario XML root to accomodate that.