Tony Finch wrote:
On Sat, 21 May 2005, Craig Jackson wrote:

1) How to specify case insensitivity across all expressions?


Prefix a regex with (?i) in order to get a case-insensitive match. This is
explained in the pcre documentation.


2) Can I use MACRO in this simple example, e.g.


Yes.


3) Can I use the \N?


You can use \N either inside the macro or surrounding it.

Tony.
Thanks, I see now. Same way I do this in routers.

--
## 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