Autor: Nico Erfurth Data: A: Michael Jakscht CC: exim-users@exim.org Assumpte: Re: [Exim] Need a rewriting rule for 3.36
> > ^(.*)@.*\.vit\.de$ $1@??? >
> if i use configured reweriting - can't i just use
>
> ---
> *@*.vit.de $1@???
> ---
>
> to do just the same thing as your example??
Nope, it isn't.
Learn something about regular expressions please ;)