Quoting Michael Strauss:

> Why? The Regex is the same above ...

"." matches everything but "\n". To change that, use the "s" modifier:

$ exim -be
> ${sg{bla\nblub}{\N^.+$\N}{ersetzt}}
bla
blub
> ${sg{bla\nblub}{\N(?s)^.+$\N}{ersetzt}}
ersetzt



-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to