Am Sa, den 14.05.2005 schrieb Lee W um 11:28:
An email comes into joe.bloggs.sa...@example.com this then gets split so that it is delivered to joe.blo...@example.com and also s...@example.com.
I think that i have figured out how to rewrite to the second address but how can I get it to send it to the new address as well. I was hoping there would be a way of doing this automatically so that we don't have to setup these addresses for every new starter and they apply on a global basis.
Lee
I suggest you are working with plussed addresses. To be specific an example would be
john.doe+event1@foo.com
You are then able to use the parts as follows:
%1@foo.com == john.doe@foo.com %2@foo.com == event1@foo.com [%3 == +event1]
Alexander